> 
> 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.

Reply via email to