Hacker News new | ask | show | jobs
by dotancohen 1039 days ago
How does that work with certificate pinning?
1 comments

It doesn't, you'd have to unpin certificates in whatever application you're using. Browsers generally don't do certificate pinning though, they'll (correctly) respect your installed certificates, which would include the mitmproxy one.
I see, thanks.