Hacker News new | ask | show | jobs
by icebraining 5324 days ago
Since it's HTTPS, those proxies can't see the traffic anyway, so as long as they used SSL on port 443, they could use any protocol on top.
1 comments

They potentially can; commercial firewalls can man-in-the-middle HTTPS traffic with a locally signed and organization-computer-trusted SSL certificate.
Yes, you're right, in fact I found a few weeks ago that even Squid can do that.
Fiddler also: http://www.fiddler2.com/fiddler/help/httpsdecryption.asp

Great for debugging third party https stuff.

How does that work? I thought all verification of certificates was done in the browser...
IT installs the corporate MITM certificate on all of their computers so the browsers accept them as valid.
Would this still affect the iPhone 4S though? If I understand this all correctly, I think that corporate IT would have to install the self-signed root cert on your phone for Siri to be MITM'd. There's no reason for your phone to trust it otherwise.