github alibaba/OpenSandbox docker/execd/v1.0.16
components/execd 1.0.16

6 hours ago

What's New

🐛 Bug Fixes

  • execd's mitmproxy now exports REQUESTS_CA_BUNDLE so Python requests-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_BUNDLE and SSL_CERT_FILE now 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 Python requests and OpenSSL-based clients. The merged bundle is tracked via the new OPENSANDBOX_MERGED_CA env var. NODE_EXTRA_CA_CERTS is 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

Don't miss a new OpenSandbox release

NewReleases is sending notifications on new releases.