What's wrong with this entry?
Claude Code now reads NODE_EXTRA_CA_CERTS from your config and user settings files, applying them automatically at startup — no need to set environment variables manually.
- On startup, if
NODE_EXTRA_CA_CERTSis not already set in the environment, Claude Code checksglobalConfig.envanduserSettings.envfor the path - Supports
--use-system-caflag to load system CA certificates via the Node.jstls.getCACertificatesAPI - Custom CA certificates are now also applied to WebSocket connections (both Bun and Node.js)
- Cache clearing added for CA certificates, mTLS configuration, and proxy agents
CA certificate loader (search for "CA certs: Applied NODE_EXTRA_CA_CERTS from config to process.env")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.