squid restart if try one HTTPS site

From: Andre L. Silva <andre@dont-contact.us>
Date: Fri, 29 Jan 1999 12:29:56 -0200

Dear friends,

I have updated my cache from squid.1.1.22 last night. Last cache has
been discarted and i make a new instalation of squid-2.2-PRE1.

Squid works fine for all sites, except for who begin with HTTPS.
I have reconfigured my squid.conf to bypass SSL ports, but not work.
When i call a HTTPS site, squid restart.

Here is a copy of acl:

acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl all src 0.0.0.0/0.0.0.0
acl allowed_hosts src 200.248.145.176/255.255.255.240
#
acl SSL_ports port 443 563
acl Safe_ports port 80 21 443 563 70 210 1025-65535
acl CONNECT method CONNECT

and http secutity:

http_access allow manager localhost allowed_hosts
http_access deny manager
#http_access deny !Safe_ports
http_access allow CONNECT !SSL_ports

#
# INSERT YOUR OWN RULE(S) HERE TO ALLOW ACCESS FROM YOUR CLIENTS
#
#http_access deny all
#
http_access allow allowed_hosts
http_access deny all

Waiting any help ....

Andre L. Silva
andre@starinfo.com.br
ICQ 19722502
Received on Fri Jan 29 1999 - 07:29:24 MST

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