What's wrong with this entry?
Anonymous. No account, no email.
What
Remote Claude Code sessions can now route traffic through an upstream WebSocket proxy with automatic CA certificate management.
Details
- Activated when
CCR_UPSTREAM_PROXY_ENABLEDandCLAUDE_CODE_REMOTEenvironment variables are set - Reads session tokens from
/run/ccr/session_token - Connects to the proxy via
/v1/code/upstreamproxy/wsWebSocket endpoint - Fetches CA certificates from
/v1/code/upstreamproxy/ca-cert - Includes
Proxy-Authorizationheader support - Relay listener starts on
127.0.0.1for local proxying - Comprehensive error handling and logging with
[upstreamproxy]prefix
Evidence
Upstream proxy initialization (search for "[upstreamproxy] enabled on 127.0.0.1")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.