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 f09f031 commit 58f5a25Copy full SHA for 58f5a25
src/interceptors/terminal/terminal-env-overrides.ts
@@ -91,6 +91,8 @@ export function getTerminalEnvVars(
91
'GIT_SSL_CAINFO': httpsConfig.certPath,
92
// Trust cert in Rust's Cargo:
93
'CARGO_HTTP_CAINFO': httpsConfig.certPath,
94
+ // Trust cert in CURL (only required when not using OpenSSL):
95
+ 'CURL_CA_BUNDLE': httpsConfig.certPath,
96
97
// Flag used by subprocesses to check they're running in an intercepted env
98
'HTTP_TOOLKIT_ACTIVE': 'true',
0 commit comments