@inghaj said in Logging HTTPS Web Sites:
Is there still a way to do this, or are browsers too security conscious now ?
When you instruct your browser to talk to "microsoft.com" it has ways to detect if there is a MITM, aka your squid.
Your browser and "microsoft.com" agreed that they don't want a MITM, to protect the end user. And because it defies the usage of TLS (https).
This time it's you, next time it's the neighbor, or the government, or any 3 letter agency, and so on.
Meet HTTP Strict Transport Security
Btw : If you find a way around this, you'll be very famous.
I'm not sure if you become 'rich' but one thing is sure : your 'quality of live' will strongly degrade, as there will be many coming after you as you are the one that broke world's economy (a Internet can't be used anymore for trusted transactions).
@planedrop said in Logging HTTPS Web Sites:
I will say that Chrome semi-recently started using it's own certificate store instead of the local one
It probably has a build in list with sites 'not to mess with' == known HSTS sites.