How to intercept https traffic?
Closed this issue · 2 comments
Miraj50 commented
How to intercept https traffic?
Miraj50 commented
Sorry, got it. The certificate was wrong.
SgrAlpha commented
Never mind, the self-signed certificates will be save at ~/.mitmproxy
, port 8080 will be mapped to your host, and you can point your proxy to localhost:8080, and you will see logs in docker by using docker logs -f <your_container_name>