Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.268 ·

Experimental in-process TLS termination and upstream parent-proxy support added to sandbox network config

Sandbox can now terminate HTTPS itself and route traffic through an upstream proxy, both experimental

TierNothing to try yethow much it should matter to you
Useful4my rating, 1 to 5
Signal4worth watching, 1 to 5
AreaSandbox Networkwhat it touches
KindIn Developmentin v2.1.268,
Nothing to try yet Notable

Sandbox can now terminate HTTPS itself and route traffic through an upstream proxy, both experimental

What

Two new experimental sandbox network settings:

  • network.tlsTerminate lets the sandbox terminate HTTPS connections itself, making request and response bodies visible to request filtering and credential injection; an excludeDomains option opts specific hosts (such as ones using certificate pinning) out of this.
  • network.parentProxy lets the sandbox's proxy route outbound traffic through an upstream HTTP proxy, falling back to the HTTP_PROXY, HTTPS_PROXY, and NO_PROXY environment variables if not explicitly set.

Credential masking now requires tlsTerminate to be turned on, unless you explicitly opt out with allowPlaintextInject (off by default).

Why

Terminating TLS in-process lets the sandbox actually inspect and mask credentials inside encrypted traffic instead of only seeing opaque bytes, but both features are marked experimental, so behavior may still change.

Read from
Names in the bundlenetwork.tlsTerminate
What the documentation says
network.tlsTerminate Configure server-managed settings modified, medium confidence An approval for `sandbox.credentials` or `sandbox.network.tlsTerminate` also covers the [`sandbox.network.allowedDomains`](/docs/en/settings-reference#sandbox-network-alloweddomains) entries in those same delivered settings, because both s… see the edit
How sure we are
One source agreesOne thing we can check says the same as this entry.
Anthropic's documentation agreesnetwork.tlsTerminate on Configure server-managed settings

See this entry in the whole of v2.1.268 →

Feedback