[squid-users] Problem's with SSL....help

From: <Jonathan.Laycock@dont-contact.us>
Date: Mon, 23 Sep 2002 12:50:16 +0100

Had a search through the archive mailing list but sorry it hasn't helped!

I am getting access denied everytime I try to go to a secure web site like
www.thetrainline.com.

It was working about a week ago and I have done various config changes
since then but I cannot seem to get it working anymore.

Below is the latest version of the conf file, if anyone can help as I'm
pulling my hair out, oh yes I'm running squid 2.4.STABLE6.

Thanks,

Jon.

acl all src 0.0.0.0/0.0.0.0
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl SSL_ports port 443 563
acl Safe_ports port 80
acl Safe_ports port 21
acl Safe_ports port 70
acl Safe_ports port 210
acl Safe_ports port 1025-65535
acl Safe_ports port 280
acl Safe_ports port 488
acl Safe_ports port 591
acl Safe_ports port 777
acl Safe_ports port 901
acl purge method PURGE
acl Login proxy_auth REQUIRED
acl CONNECT method CONNECT

http_access allow manager localhost
http_access deny manager
http_access allow localhost
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access allow Login
http_access deny all
Received on Mon Sep 23 2002 - 05:50:28 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:10:23 MST