DISQUS

Patchlog: squid digest authentication

  • Emanuel · 1 year ago
    In your implementation , the windows machines with IE, work fine ?

    my IE's ask for password all time ....


    why ?
  • Mihai Secasiu · 1 year ago
    I have not tested this on IE on windows, because I almost never use windows or IE.
    If it asks for your password all the time and no connection the the actual site you are trying to access works then it's most likely an authentication problem. Maybe your version of IE does not support digest authentication and in this case you should use basic authentication.

    Is this working on firefox? If it is then it's clearly an IE problem.
  • Cong · 1 year ago
    <cite>acl authenticated proxy_pass REQUIRED</cite>
    "proxy_pass" should be proxy_auth
  • Mihai Secasiu · 1 year ago
    You are right, thanks for the note. I have corrected the post