On Wed, 2004-09-08 at 20:41, Jacobi Michael CRPH wrote:
> I have users that are getting a http error 401.2 with the following text:
>
> You are not authorized to view this page You do not have permission to view this
> directory or page using the credentials that you supplied because your Web browser
> is sending a WWW-Authenticate header field that the Web server is not configured to
> accept.
>
> If I remove my Squid (I am running 2.5STABLE2) from the equation the connection to
> the webserver works and the user is presented with a three blank login box
> (user/password/domain). Is there anything in the version of squid that I am running
> that would insert this WWW-Authenicate field?
Those servers are asking for NTLM (aka "windows native") authentication,
whose design breaks every assumption behind HTTP, and as a result is not
proxable. It's not a squid problem, no proxy in the market will work.
Reconfigure those server to use Basic or Digest authentication and the
problem will disappear.
Kinkie