Encrypt client connection with squid forward proxy using SSL
Posted
by
Twisted Whisper
on Server Fault
See other posts from Server Fault
or by Twisted Whisper
Published on 2011-06-22T15:10:27Z
Indexed on
2011/06/22
16:23 UTC
Read the original article
Hit count: 239
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?
© Server Fault or respective owner