windows - Google Chrome doesn't trust mitmproxy's certfificates -


i'm running mitmdump (from mitmproxy) on macbook pro, , i'm connecting proxy through windows desktop pc.

however, chrome (running on pc) refuses connect many sites because of invalid certificates mitmproxy provides.

your connection not private / attackers might trying steal information. net::err_cert_authority_invalid

chrome throws error: err::net_cert_authority_invalid

here's mitmdump shows:

client handshake failed

but why? what's wrong mitmproxy's certificates, why can't send google's if nothing happened?

i'd know how can fix , make (force) desktop pc connect website through macbook's mitmproxy.

this expected behavior.

mitmproxy performes man-in-the-middle attack https connections providing on-the-fly generated fake certificates client while keeps communicating server on encrypted connection using real certificates.

this way communication between client , proxy can decrypted. client has actively approve using fake certificates.

if wasn't case ssl broken - isn't.

the whole story explained here:

http://docs.mitmproxy.org/en/stable/howmitmproxy.html


Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -