[KLUG Members] passing https through a "firewall"

Adam Tauno Williams adam at morrison-ind.com
Fri Jul 23 06:34:07 EDT 2004


> > You [obviously] can't proxy https traffic.
> You can proxy it (I do it with squid), you just can't content filter it.

Right, or "cache" anything transported by the SSL connections.

You need something like -

..
acl SSL_ports port 443 563
..
http_access allow SSL_ports
..

 - in your squid.conf (of course, it can be more complicated).



More information about the Members mailing list