[squid-users] one website denies access

2004-02-20 Thread Mrvka Andreas
hi,

i have a standard config of squid.conf
and surfing to every public website on the world works good
except one!

http://www.gmp-navigator.com


normally, i surf with ntlm authentication (challenge and response)
so that i access.log there is first access denied because of
no username information and on the next step squid gets an username
and finally the user has access to the sites.

BUT, at the link above i only get a log entry for the first access
without a username. nothing more!

and so the site is forever denied.

can anybody explain & help me?

regards
Andrew


Squid Cache: Version 2.5.STABLE1
configure options:
  --prefix=/usr/local/squid2
  --bindir=/usr/local/squid2/bin
  --enable-icmp
  --enable-kill-parent-hack
  --enable-default-err-language=German '
  --enable-err-languages=German English' '
  --enable-auth=basic ntlm' '
  --enable-basic-auth-helpers=SMB multi-domain-NTLM winbind MSNT' '
  --enable-ntlm-auth-helpers=SMB winbind no_check'
  --enable-ntlm-fail-open '
  --enable-external-acl-helpers=wbinfo_group winbind_group'




Re: [squid-users] one website denies access

2004-02-19 Thread Henrik Nordstrom
On Thu, 19 Feb 2004, Mrvka Andreas wrote:

> i have a standard config of squid.conf
> and surfing to every public website on the world works good
> except one!
> 
> http://www.gmp-navigator.com
> 
> 
> normally, i surf with ntlm authentication (challenge and response)
> so that i access.log there is first access denied because of
> no username information and on the next step squid gets an username
> and finally the user has access to the sites.
> 
> BUT, at the link above i only get a log entry for the first access
> without a username. nothing more!

What did access.log say?

And what does your http_access rules look like? Maybe you have a
http_access rule denying access to this site before your authentication
related acl, this is the only explanation I can find.

Regards
Henrik



[squid-users] one website denies access

2004-02-19 Thread Mrvka Andreas
hi,

i have a standard config of squid.conf
and surfing to every public website on the world works good
except one!

http://www.gmp-navigator.com


normally, i surf with ntlm authentication (challenge and response)
so that i access.log there is first access denied because of
no username information and on the next step squid gets an username
and finally the user has access to the sites.

BUT, at the link above i only get a log entry for the first access
without a username. nothing more!

and so the site is forever denied.

can anybody explain & help me?

regards
Andrew


Squid Cache: Version 2.5.STABLE1
configure options:
  --prefix=/usr/local/squid2
  --bindir=/usr/local/squid2/bin
  --enable-icmp
  --enable-kill-parent-hack
  --enable-default-err-language=German '
  --enable-err-languages=German English' '
  --enable-auth=basic ntlm' '
  --enable-basic-auth-helpers=SMB multi-domain-NTLM winbind MSNT' '
  --enable-ntlm-auth-helpers=SMB winbind no_check'
  --enable-ntlm-fail-open '
  --enable-external-acl-helpers=wbinfo_group winbind_group'