Dear all,
I am Khanh . Currently, I would like to set up mitmproxy to decrypt HTTPS traffic.
My scenario is:
Windows7 -> Ubuntu(Gateway)(install proxy)
On Windows 7, I have this configuration:
IP: 10.0.0.104
Gate way: 10.0.0.1
And this is the ifconfig of ubuntu machine
eth0: 192.168.10.150
eth6: 10.0.0.1
And we set up the gateway like this:
192.168.10.1
After installing mitmproxy 0.9.2
I can capture HTTP traffic from Windows machine
But in windows machine, I can not access to mitm.it server to get the certificate
The error: traffic is not passing through mitmproxy
When I installed certificate manually(getting from ubuntu machine and install it on windows machine), the certificate seems not trusted.
Please help me for this situation
Thank you
Khanh