logoalt Hacker News

NitpickLawyertoday at 7:22 AM1 replyview on HN

How does this work with SSL? Do you need to provision certs on the agent VM?


Replies

hardsnowtoday at 7:27 AM

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.