>That tells me either you have screwed up the CONNECT ACL definition. Or >the SSL_ports one. Very possible as im pretty green on squid, my current conf file is below. with that conf the SSL sites just sit and spin until the eventually time out. acl site_squid_art url_regex ^http://www.squid-cache.org/Artwork acl keepgoing dstdomain .plateau.com .skillwsa.com .successfactors.com acl SSL_ports port 443 acl Safe_ports port 80 # http acl Safe_ports port 21 # ftp acl Safe_ports port 443 # https acl Safe_ports port 70 # gopher acl Safe_ports port 210 # wais acl Safe_ports port 1025-65535 # unregistered ports acl Safe_ports port 280 # http-mgmt acl Safe_ports port 488 # gss-http acl Safe_ports port 591 # filemaker acl Safe_ports port 777 # multiling http acl CONNECT method CONNECT http_access allow keepgoing http_access deny !Safe_ports http_access deny CONNECT !SSL_ports #http_access allow CONNECT SSL_ports http_access allow localhost manager http_access allow site_squid_art http_access allow localhost http_port 3132 access_log /var/log/squid3/squid3132.log squid pid_filename /var/run/squid3132.pid coredump_dir /var/spool/squid3 refresh_pattern ^ftp: 1440 20% 10080 refresh_pattern ^gopher: 1440 0% 1440 #refresh_pattern -i (/cgi-bin/|\?) 0 0% 0 refresh_pattern (Release|Packages(.gz)*)$ 0 20% 2880 #refresh_pattern . 0 20% 4320 -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/HTTPS-site-filtering-tp4681198p4681219.html Sent from the Squid - Users mailing list archive at Nabble.com. _______________________________________________ squid-users mailing list squid-users@xxxxxxxxxxxxxxxxxxxxx http://lists.squid-cache.org/listinfo/squid-users