Re: [squid-users] NTLM not working with HTTPS pages

From: Amos Jeffries <squid3_at_treenet.co.nz>
Date: Sat, 21 Apr 2012 01:28:17 +1200

On 21/04/2012 1:15 a.m., Harry Mills wrote:
> Hi Wladner,
>
> I don't think this is causing your problems, but I think you need to
> change the following:
>
> Instead of:
>
> http_access deny CONNECT !Safe_ports
>
> try:
>
> http_access deny !Safe_ports
> http_access deny CONNECT !SSL_ports
>
> Also, on the last two lines of your included config you have:
>
> acl AUTENTICADO proxy_auth REQUIRED
> http_access allow AUTENTICADO

This is one of several correct proxy-auth configurations.

>
> I simply have:
>
> http_access allow proxy_auth
>
> I have no idea if this will help, but worth giving it a try perhaps?

?? for that to work you require this somewhere above your http_access
rule ...

  acl proxy_auth proxy_auth REQUIRED

or some other definition for an ACL *label* "proxy_auth".

Amos
Received on Fri Apr 20 2012 - 13:28:22 MDT

This archive was generated by hypermail 2.2.0 : Fri Apr 20 2012 - 12:00:04 MDT