Learn how to enable cella's transparent MITM proxy to observe all HTTPS traffic from a container.
NODE_EXTRA_CA_CERTS is set for Node.js applicationsIn cella, press A to open the API Audit panel.
With a container selected, press p. cella will:
NODE_EXTRA_CA_CERTS environment variableYou'll see a confirmation flash: ✅ Proxy set up for <container-name>
The Audit panel now shows intercepted requests in real time:
15:04:02 ✅🔓 my-container POST → api.openai.com /v1/chat/completions [200] (2.1s) 15:04:05 ✅🔓 my-container GET → api.github.com /zen [200] (146ms)
Each entry shows: timestamp, status, MITM indicator (🔓), container, method, domain, path, HTTP status, and latency.
When a new domain is first seen, an approval overlay appears:
Press u in the Audit panel to remove the proxy setup for the selected container. This tears down the nftables rule and removes the CA cert.