According to Allan Wind:
> I want to have squid running on our firewall machine and make it
> relay (and cache) requests to an internal host that is running
> https (SSL). I can get normal http to work, but not https, which
> is what I really need...
Don't forget the ACL in squid.conf for the ports used by SSL:
acl SSL_ports port 443 563
acl CONNECT method CONNECT
http_access deny CONNECT !SSL_ports
http_access allow all
-- Ollivier ROBERT -=- Eurocontrol EEC/TS -=- Ollivier.Robert@eurocontrol.frReceived on Fri Nov 08 1996 - 00:59:31 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:33:30 MST