Encrypt client connection with squid forward proxy using SSL

httpsPROXYsquid

I'm setting up a Squid forward proxy and I'm wondering if I could configure Squid in such a way that the connection from my web browser to squid is https regardless of whether the connection from squid to the destination website is http or https. In other words, I want my connection from my web browser to my forward proxy to be encrypted even though I'm just surfing normal http website through that proxy.

Can it be done?

Best Answer

Squid 3.0 has https_port configuration directive. See this configuration example on Squid Wiki for details.