martin f krafft said: > * nate <[EMAIL PROTECTED]> [2001.11.04 12:06:14-0800]: >> would be helpful if you gave error messages. i am writing >> this email from squirrelmail(web email) running on apache-ssl, >> composing from Opera 5.0/linux running through a squid 2.2.5 >> proxy through SSL no problems. i use squid everyday on ssl >> and have never had a problem. > > squid for SSL? uhm, how?
easy. acl all src 10.10.10.0/255.255.255.0 166.128.21.107/32 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 21 443 563 70 210 910 1-99 1025-65535 acl purge method PURGE acl CONNECT method CONNECT http_access allow manager localhost http_access deny manager http_access allow purge localhost http_access deny purge http_access allow !Safe_ports http_access allow CONNECT !SSL_ports been usin the above config for about 2 years. use several ssl sites, buy.com outpost.com wellsfargo.com, my own apache-ssl servers, and bunches more, never a single problem. nate