We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4063a94 commit 859b1ccCopy full SHA for 859b1cc
src/vcpkg/base/system.process.cpp
@@ -601,6 +601,8 @@ namespace vcpkg
601
// Enables proxy information to be passed to Curl, the underlying download library in cmake.exe
602
"http_proxy",
603
"https_proxy",
604
+ // Ensure that the proxy certificate information is passed to the underlying download library used by pip
605
+ "REQUESTS_CA_BUNDLE",
606
// Environment variables to tell git to use custom SSH executable or command
607
"GIT_SSH",
608
"GIT_SSH_COMMAND",
0 commit comments