>
> Hi..
> I tried below, but it does not work .. (my users still able to visit
> https://www.google.com
>
> acl badsites url_regex "/etc/squid/badsites"
> acl SSL_ports port 443 563
> acl CONNECT method CONNECT
>
> http_access allow src_normal_users !badsites !SSL_ports
>
 In the context of my example try  :
       acl google dstdom_regex       google.com
       acl secure_access     method CONNECT
       ...
       http_access deny google secure_access
  M.
Received on Mon Nov 06 2006 - 01:49:17 MST
This archive was generated by hypermail pre-2.1.9 : Fri Dec 01 2006 - 12:00:03 MST