Transparent proxy for HTTPS traffic

httpsPROXYsquidtransparent-proxy

I'm looking for a proxy to intercept HTTP traffic na pass through HTTPS traffic. Burp can do that with SSL pass through. With that option, SSL traffic isn't modified or capture, but just tunneled. I don't want to perform man in the middle attacks. Can (for example) squid emulate this behavior?

Edit:
Pass through is different from interception. Tunnelled traffic isn't decrypted, just tunnelled.

Best Answer

It should be enough to just setup transparent proxying for port 80 traffic only, and route port 443 traffic normally.

Related Topic