Re: [squid-users] Problem Squid and Outlook Express

From: Wei Keong <chooweikeong@dont-contact.us>
Date: Thu, 26 Sep 2002 09:49:31 +0800 (Singapore Standard Time)

Hi Yuzz,

You may want to double check the request header from Outlook Express, by
turning on log_mime_hdrs and examine the access log.

As for why why access denied, it's probably due to your http_access
sequence...

acl myips x.x.x.x/x
acl oe browser Outlook
acl mustauth proxy_auth REQUIRED

http_access allow oe
http_access allow mustauth
http_access allow myips
http_access deny all

Cheers,
Wei Keong

On Thu, 26 Sep 2002, Yuzz wrote:

> I just a few minutes try your config and when i click IE, the browser
> straight away prompt Access Denied.The same thing happen to my
> colleague. May be I need to play around with the setting.
>
> Wei Keong wrote:
>
> > Hi Yuzz,
> >
> > You want to disable to prompt when user is using outlook express?
> >
> > You can try inserting an acl matching user agent.
> >
> > acl oe browser Outlook
> > acl mustauth proxy_auth REQUIRED
> > http_access allow oe
> > http_access allow mustauth
> >
> > Cheers,
> > Wei Keong
> >
> > On Wed, 25 Sep 2002, Yuzz wrote:
> >
> > > Hello
> > >
> > > I had a problem with Outlook express mail client. Recently i already
> > > setup squid proxy authentication and also running dasnguardian.
> > > Everything goes fine but when user open their mail client (which is
> > > using outlook express) with HTML style message. The proxy login and
> > > password pop up message prompt to the user. In this case how do i solve
> > > the problem? Any special configuration do i need to alter or do i need
> > > to disable dansguardian?
> > >
> > > --
> > > Yuzz
> > > System Engineer
> > > Tel : +606-3345666
> > > Fax : +606-3372233
> > >
>
> --
> Yuzz
> System Engineer
> Tel : +606-3345666
> Fax : +606-3372233
>
Received on Wed Sep 25 2002 - 19:50:22 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:10:25 MST