Search squid archive

RE: [squid-users] Authentication for HTTPS requests

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [Linux Audio Users]     [Samba]     [Big List of Linux Books]     [Linux USB]     [Yosemite News]

  Powered by Linux