Hacker News new | ask | show | jobs
by NitpickLawyer 113 days ago
How does this work with SSL? Do you need to provision certs on the agent VM?
1 comments

Yep - requires the client to trust the SSL cert of the proxy. Cooperative clients that support eg HTTP_PROXY may be easier to support, but for Airut I went for full transparent mitmproxy. All DNS A requests resolve to the proxy IP and proxy cert is injected to the container where Claude Code runs as trusted CA. As a bonus this closes DNS as potential exfiltration channel.