We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents af962a2 + 546afdb commit c4c6e7aCopy full SHA for c4c6e7a
1 file changed
components/execd/bootstrap.sh
@@ -118,6 +118,7 @@ if is_truthy "${OPENSANDBOX_EGRESS_MITMPROXY_TRANSPARENT:-}"; then
118
if [ -f "$MITM_CA" ] && [ -s "$MITM_CA" ]; then
119
trust_mitm_ca_nss "$MITM_CA" || true
120
export NODE_EXTRA_CA_CERTS="$MITM_CA"
121
+ export REQUESTS_CA_BUNDLE="$MITM_CA"
122
fi
123
124
0 commit comments