The site is running on an unusual port - 443 is normal for HTTP over
SSL. By default Squid blocks SSL access to other than the standard ports
to stop people making arbitrary outbound connections and, e.g. hacking
into other people's mail servers, using the lines
acl SSL_ports port 443 563
acl CONNECT method CONNECT
http_access deny CONNECT !SSL_ports
in the default squid.conf. Ask the webmaster to shift to port 443 -
they're not using it for anything else.
Ian Redfern (redferni@logica.com).
Received on Thu Nov 20 1997 - 01:48:16 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:37:41 MST