ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Squid proxy Authentication

    IT Discussion
    1
    1
    451
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • sreekumarpgS
      sreekumarpg
      last edited by

      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_users

      Now 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

      1 Reply Last reply Reply Quote 2
      • 1 / 1
      • First post
        Last post