hi,
I 've setup my squid to deny SSL_connections and economic sites to most
users exept some of them who can access them after a password
authentication.
My config file entries look like this
acl mydomain src 192.168.0.0/255.255.255.0
acl stocks url_regex stocks
....
acl special_users proxy_auth REQUIRED
....
http_access allow mydomain !SSL_ports !stocks
http_access allow special_users SSL_ports
http_access allow special_users stocks
the problem is that when a user open a site (any site) a password
authentication is asked.
If he press cancel he continues normally.
Is there a way to stop that.
What could cause this?
I use squid 2.4 stable 6.
thanks
Received on Thu Aug 29 2002 - 13:39:07 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:09:53 MST