>
> Good morning all,
>
> Is there any way to require users' authentication even
> if they request https secure web pages.
> I noticed that if I request a https page, squid does
> not prompt me for a login and a password.
>
acl secure_sites method CONNECT
acl authenticated proxy_auth REQUIRED
http_access allow authenticated secure_sites
http_access deny all
You will need to integrate these rules, with other
auth. settings already in place.
M.
Received on Mon Mar 28 2005 - 05:30:13 MST
This archive was generated by hypermail pre-2.1.9 : Fri Apr 01 2005 - 12:00:02 MST