Sign inSign up

tandrup/mitmproxy

By tandrup

Updated over 8 years ago

Docker image for mitmproxy for SSL/TLS inspection

Image
3

1.9K

tandrup/mitmproxy repository overview

mitmproxy docker image

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

Tag summary

Content type

Image

Digest

sha256:663ca8c96

Size

276.2 MB

Last updated

over 8 years ago

docker pull tandrup/mitmproxy