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.
chrome throws error: err::net_cert_authority_invalid
here's mitmdump shows:
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:
Comments
Post a Comment