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.275 ·

Java proxy trust store: reuse system store, configurable type

Claude Code's Java tool proxy now reuses the system JDK trust store when possible and lets you configure the trust store type instead of assuming PKCS12

TierUnder the hoodhow much it should matter to you
Useful2my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaSandboxwhat it touches
KindInternal Changesin v2.1.275,
Group of 2 Under the hood No documentation found

Claude Code's Java tool proxy now reuses the system JDK trust store when possible and lets you configure the trust store type instead of assuming PKCS12

What

  • Before building a new Java trust store for the agent proxy's certificate authority (CA, used to intercept and inspect traffic for tool safety), Claude Code now checks whether the machine's own Java trust store already trusts that CA. If it does, that existing store is reused directly instead of building a merged one.
  • A new javaTrustStoreType setting is now required alongside javaTrustStorePath when constructing JAVA_TOOL_OPTIONS. Previously the trust store type was always assumed to be PKCS12; now it can be set explicitly.

Why

This avoids unnecessary rebuilding of the trust store when the system already trusts the proxy's CA, and makes the setup work with Java trust stores that aren't in PKCS12 format.

Read from
Names in the bundlejavaTrustStoreType

See this entry in the whole of v2.1.275 →

Feedback