Skip to content

Commit 859b1cc

Browse files
committed
add REQUESTS_CA_BUNDLE to passthrough
1 parent 4063a94 commit 859b1cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/vcpkg/base/system.process.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -601,6 +601,8 @@ namespace vcpkg
601601
// Enables proxy information to be passed to Curl, the underlying download library in cmake.exe
602602
"http_proxy",
603603
"https_proxy",
604+
// Ensure that the proxy certificate information is passed to the underlying download library used by pip
605+
"REQUESTS_CA_BUNDLE",
604606
// Environment variables to tell git to use custom SSH executable or command
605607
"GIT_SSH",
606608
"GIT_SSH_COMMAND",

0 commit comments

Comments
 (0)