Hi,
> is not behaving properly under 2.0. Specifically, https (and whois as I
> also discovered when testing after briefly poking around in the source)
> requests are getting denied. https previously worked. My ACL config is
> as follows:
> acl SSL_ports port 443 563
> acl Safe_ports port 80 21 70 1025-65535
> http_access deny !Safe_ports
This line is blocking https.
If you run squid -k debug you'll see access denied on that line.
Try changing the previous acl so that it includes the 443 and 563
ports.
acl Safe_ports port 80 21 70 443 563 1025-65535
Now https will be allowed through...
Maybe the default squid.conf should be changed ?
Cheers,
Niall
-- Niall Doherty | mailto:ndoherty@eei.ericsson.se Systems Engineer | http://www.ericsson.ie Voice: +353 1 207 7506 | Ericsson Systems Expertise Ltd., Fax: +353 1 207 7115 | Beech Hill, Clonskeagh, Dublin 4, Ireland.Received on Tue Oct 06 1998 - 04:07:02 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:42:21 MST