Re: [squid-users] ACL blocks http, but not https

From: Marc Muehlfeld <Marc.Muehlfeld_at_medizinische-genetik.de>
Date: Wed, 27 Oct 2010 11:22:05 +0200

Am 27.10.2010 09:58, schrieb Amos Jeffries:
>> therefore your nice RegEx is never going to see the the request.
>> Move the RegEx to the top or the connect rule to the bottom of your ACLs.
>
> No. The ! affects this. That line does not match for HTTPS.

Even if I remove the whole following block, https connections to URLs that
match, are not blocked:
   acl SSL_ports port 443
   acl CONNECT method CONNECT
   http_access deny CONNECT !SSL_ports
Received on Wed Oct 27 2010 - 09:22:13 MDT

This archive was generated by hypermail 2.2.0 : Wed Oct 27 2010 - 12:00:05 MDT