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

CA cert fetch for CCR agent-proxy now retries on transient failures

The CA bundle fetch now retries with backoff on 5xx, 408 and 429 responses before writing it to disk.

TierYou'll noticehow much it should matter to you
Useful2my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaAgent Proxywhat it touches
KindBug Fixesin v2.1.257,
You'll notice

The CA bundle fetch now retries with backoff on 5xx, 408 and 429 responses before writing it to disk.

A new helper fetches the CA certificate bundle from a CCR agent-proxy /ca-cert endpoint with retry and backoff on 5xx, 408, and 429 responses, writing the resulting bundle to disk. Write failures are classified as retryable or fatal.

See this entry in the whole of v2.1.257 →

Feedback