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 12102a9 commit 0298acdCopy full SHA for 0298acd
src/interceptors/terminal/terminal-env-overrides.ts
@@ -104,6 +104,8 @@ export function getTerminalEnvVars(
104
'CARGO_HTTP_CAINFO': httpsConfig.certPath,
105
// Trust cert in CURL (only required when not using OpenSSL) and Python Requests:
106
'CURL_CA_BUNDLE': httpsConfig.certPath,
107
+ // Trust our CA in the AWS CLI:
108
+ 'AWS_CA_BUNDLE': httpsConfig.certPath,
109
110
// Flag used by subprocesses to check they're running in an intercepted env
111
'HTTP_TOOLKIT_ACTIVE': 'true',
0 commit comments