Re: [squid-users] https forward request

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Wed, 14 Aug 2002 23:19:49 +0200

You can only do this if your browsers are configured to use a proxy
for SSL..

Proxied SSL connections are seen as the CONNECT method in Squid.

Something like the following should do the trick I think:

cache_peer your.winnt.server parent 8080 0 no-query
cache_peer_access your.winnt.server allow CONNECT
cache_peer_access your.winnt.server deny all
never_direct allow CONNECT

On Wednesday 14 August 2002 19.27, Mike Pascual wrote:
> Hi Guys,
> I'm running 2 proxy servers, first is RH 7.3 (squid)
> 2nd WinNT 4.0 (winroute). My RH 7.3 is my primary proxy server all
> users used this proxy, how can I forward all https (443) request of
> my clients to my second proxy server (winnt 4.0), is this ipchains
> responsibilities or do I need made some changes to my squid
> configuration?. I'm force in doing this setup because my RH 7.3
> (squid) didn't accepted a null character headers and it was only
> accepted in my NT box. What's the best solution in this problem?
> Please help.
>
>
> Thanks
>
>
> Mike
Received on Wed Aug 14 2002 - 16:52:15 MDT

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