This release fixes issues for SREs watching stability and regressions.
✓ No known CVEs patched in this version
Topics
Affected surfaces
ReleasePort's take
Light signalexecd v1.0.16 merges system roots with mitmproxy CA, resolving certificate verification failures for Python requests and OpenSSL clients.
Why it matters: Update to execd v1.0.16 immediately if your workflows rely on Python requests or OpenSSL; the merged CA bundle eliminates prior verification errors.
Summary
AI summaryFixed certificate verification failures for Python and OpenSSL clients by merging system roots with mitmproxy CA.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Bugfix | Medium |
execd's mitmproxy now exports REQUESTS_CA_BUNDLE so Python requests-based tools trust intercepted HTTPS traffic. execd's mitmproxy now exports REQUESTS_CA_BUNDLE so Python requests-based tools trust intercepted HTTPS traffic. Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Bugfix | Medium |
REQUESTS_CA_BUNDLE and SSL_CERT_FILE now contain merged CA bundle (system roots + mitmproxy CA). REQUESTS_CA_BUNDLE and SSL_CERT_FILE now contain merged CA bundle (system roots + mitmproxy CA). Source: llm_adapter@2026-05-21 Confidence: high |
— |
Full changelog
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 ❤️
- @Pangjiping
- Docker Hub: opensandbox/execd:v1.0.16
- Aliyun Registry: sandbox-registry.cn-zhangjiakou.cr.aliyuncs.com/opensandbox/execd:v1.0.16
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
Related context
Related tools
Beta — feedback welcome: [email protected]