Re: need proxy server that can auth to parent proxy server

2004-03-13 Thread Hugo van der Merwe
Thanks. I was hoping to get away with something slightly lighter than 
squid, but it seems I might just have to use squid...

Hugo

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



need proxy server that can auth to parent proxy server

2004-03-12 Thread Hugo van der Merwe
Hello!

I have an app here that can handle a proxy, but not proxies that
require authentication. I want to run a proxy proxy on my machine,
that this app can connect to, and which will then connect to another
proxy requiring auth - the only function needs to be to perform the
additional auth step.

Any ideas what proxy can do this? Does not *have* to be in Debian,
I'll consider packaging it if it isn't.

Thanks,
Hugo van der Merwe


signature.asc
Description: Digital signature


Re: need proxy server that can auth to parent proxy server

2004-03-12 Thread Jean-Marc V. Liotier
On Fri, 2004-03-12 at 11:37, Hugo van der Merwe wrote:
 
 I have an app here that can handle a proxy, but not proxies that
 require authentication. I want to run a proxy proxy on my machine,
 that this app can connect to, and which will then connect to another
 proxy requiring auth - the only function needs to be to perform the
 additional auth step.

Squid does that. Here is how the upstream proxy configuration looks
like:

cache_peer upstream proxy parent upstream proxy port 0 no-query default proxy-only 
login=user:pass
#(all the above on one line)



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]