Squid proxy Authentication
-
Hello All,
I have configured Squid Proxy server with Authentication.
auth_param basic program /usr/lib64/squid/basic_ncsa_auth /etc/squid/passwd
auth_param basic children 5
auth_param basic realm Squid Basic Authentication
auth_param basic credentialsttl 2 minutes
acl auth_users proxy_auth REQUIRED
http_access allow auth_usersNow when I open browser, it will ask for the user name and password. I have set User will require entering username and password every 2 minutes. But the user is always autheticated with the user name and password.
How can I re-authenticate the user or how can Logout the session for that user from Squid proxy server.
This is for development testing purpose, so that they some time need to test by re-authenticating the proxy connection