RE: [squid-users] Squid and Apache Authentication

2004-09-23 Thread Martyn Bright
Chris Perreault wrote: There was a patch, just mentioned recently, that was posted here about a month ago. We had it created for us to do the following: In reverse proxy (accelerated mode): User wants to hit internal webserver. Browser sends the user to the proxy which uses a

RE: [squid-users] Squid and Apache Authentication

2004-09-23 Thread Henrik Nordstrom
On Thu, 23 Sep 2004, Martyn Bright wrote: A specific external site (that I do not control) the users need is https and not available via the remote proxy - squid goes to it directly. I need the users to authorize before they connect to this specific site. Unfortunately with basic auth, IE

RE: [squid-users] Squid and Apache Authentication

2004-09-23 Thread Chris Perreault
for the time and effort it saved us. Chris -Original Message- From: Martyn Bright [mailto:[EMAIL PROTECTED] Sent: Thursday, September 23, 2004 5:34 AM To: '[EMAIL PROTECTED]' Subject: RE: [squid-users] Squid and Apache Authentication Chris Perreault wrote: There was a patch, just

RE: [squid-users] Squid and Apache Authentication

2004-09-23 Thread Martyn Bright
Henrik Nordstrom wrote:- Not really. If IE understands this page contains a password form it still allows you to save the password... I am have an example of a Web login pages that doesn't offer you the chance to save the password... I accept I need to be a little obscure in the way I ask

RE: [squid-users] Squid and Apache Authentication

2004-09-23 Thread Chris Perreault
-Original Message- From: adrian.wells [mailto:[EMAIL PROTECTED] Sent: Thursday, September 23, 2004 11:01 AM To: Martyn Bright; [EMAIL PROTECTED] Subject: Re: [squid-users] Squid and Apache Authentication Just an idea, Would it be possible to do this by creating a random name

RE: [squid-users] Squid and Apache Authentication

2004-09-22 Thread Chris Perreault
There was a patch, just mentioned recently, that was posted here about a month ago. We had it created for us to do the following: In reverse proxy (accelerated mode): User wants to hit internal webserver. Browser sends the user to the proxy which uses a redirector that sends them to a webpage.

Re: [squid-users] Squid and Apache Authentication

2004-09-22 Thread Matus UHLAR - fantomas
On 22.09 15:42, Martyn Bright wrote: I would like to be able to use a web page on my Apache server to validate a users id and password, and then redirect them on to another external site via a copy of Squid installed on the same machine. I have seen numerous references to this as a

Re: [squid-users] Squid and Apache Authentication

2004-09-22 Thread David . Brown
Through some help from this list i figured out how to do something similar just last night. In squid 3.0 there is the cache_peer option login=PROXYPASS - this option converts proxy-authorization to http-authorization and then passes it to the nominated cache_peer. So what we do is make

Re: [squid-users] Squid and Apache Authentication

2004-09-22 Thread Henrik Nordstrom
On Thu, 23 Sep 2004 [EMAIL PROTECTED] wrote: - they could just go direct - we are using the upstream peer to do content filtering as the particular content filter software we were forced to use uses a proprietry Cisco IFP protocol to communicate with caches :( May I ask which content filter

Re: [squid-users] Squid and Apache Authentication

2004-09-22 Thread David . Brown
'[EMAIL PROTECTED]' [EMAIL PROTECTED] Subject Re: [squid-users] Squid and Apache