What's New
🐛 Bug Fixes
- execd's mitmproxy now exports
REQUESTS_CA_BUNDLEso Pythonrequests-based tools trust the intercepted HTTPS traffic. Previously the CA env var was missing, causing certificate verification failures for Python workloads routed through the proxy (#868) REQUESTS_CA_BUNDLEandSSL_CERT_FILEnow contain a merged CA bundle (system roots + mitmproxy CA) instead of the mitmproxy CA alone. The previous behavior replaced system trust stores, breaking direct HTTPS connections from Pythonrequestsand OpenSSL-based clients. The merged bundle is tracked via the newOPENSANDBOX_MERGED_CAenv var.NODE_EXTRA_CA_CERTSis unaffected since Node.js appends rather than replaces (#884)
👥 Contributors
Thanks to these contributors ❤️
- Docker Hub: opensandbox/execd:v1.0.16
- Aliyun Registry: sandbox-registry.cn-zhangjiakou.cr.aliyuncs.com/opensandbox/execd:v1.0.16