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