One question - I have another set of users that also access this web site, through anohter network that uses a dirrent proxy setup (I don't know the gory details, but I think it is Microsoft ISA). All of this stuff works correctly for them. Microsoft ISA doesn't proxy this?
Mike Jacobi -----Original Message----- From: Kinkie [mailto:[EMAIL PROTECTED] Sent: Thursday, September 09, 2004 12:36 PM To: Jacobi Michael CRPH Cc: [EMAIL PROTECTED] Subject: Re: [squid-users] HTTP Error 401.2 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
