diff --git a/src/vcpkg/base/system.process.cpp b/src/vcpkg/base/system.process.cpp index ac4215365c..f4681b3988 100644 --- a/src/vcpkg/base/system.process.cpp +++ b/src/vcpkg/base/system.process.cpp @@ -601,6 +601,9 @@ namespace vcpkg // Enables proxy information to be passed to Curl, the underlying download library in cmake.exe "http_proxy", "https_proxy", + // Ensure that the proxy certificate information is passed to the underlying download library used by pip + "REQUESTS_CA_BUNDLE", + "SSL_CERT_FILE", // Environment variables to tell git to use custom SSH executable or command "GIT_SSH", "GIT_SSH_COMMAND",