Remix.run Logo
NitpickLawyer 6 hours ago

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

hardsnow 6 hours ago | parent [-]

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.