Reputation: 120
I have installed mitmproxy with homebrew.
mitmproxy --version
Mitmproxy version: 2.0.0 (release version)
Python version: 3.6.0
Platform: Darwin-16.3.0-x86_64-i386-64bit
SSL version: OpenSSL 1.1.0e 16 Feb 2017
Mac version: 10.12.2 ('', '', '') x86_64
mitmproxy -T --host
And then point a browser at mitm.it and I see the message "If you can see this, traffic is not passing through mitmproxy." Is there a known problem or fix? If not where should I investigate?
Upvotes: 8
Views: 6783
Reputation: 1262
I was looking for Android solution , and I got it working once I changed the proxy port to 8080 . I had initially set the port to 8888 for Charles proxy .
FOr the complete steps , you could follow ::
Or the Charles Proxy Config @ Android Config
Complete Steps (taken from second link)::
Go to mitm.it from your device and download the MITM certificate.
Name the certificate and okay it as a trusted certificate. Ensure that you disable or remove it when complete.
Upvotes: 1