Monday, August 07, 2006

Squid Reverse Proxy Redirect HTTP to HTTPS

To redirect HTTP traffic to HTTPS traffic when use Squid as the reverse proxy, use the following ACL in your squid.conf

acl httpPort myport 80
http_access deny httpPort
deny_info https://url.domain.com httpPort

2 comments:

Techi Store said...

Hi Laurence,

I am trying your redirect steps on my squid 2.6 stable 20 version but it is not redirecting it. I am not sure if I am missing anything.

Anonymous said...

thaku