Docker image for mitmproxy for SSL/TLS inspection
1.9K
This docker image sets up a mitmproxy which does SSL description.
CA data is stored in the /ca volume which should be mounted somewhere persistent if you don't like adding a new certificate each time.
The port 8080 should be mapped to allow remote connections to the proxy server.
docker run -t -i -p 8080:8080 \
-v ~/.mitmproxy:/ca \
tandrup/mitmproxy
Content type
Image
Digest
sha256:663ca8c96…
Size
276.2 MB
Last updated
over 8 years ago
docker pull tandrup/mitmproxy