Re: ssl_proxy with 1.2

From: Thomas Seydel <tsseydel@dont-contact.us>
Date: Sat, 30 May 1998 02:51:08 +0100

Does this also works with squid 1.1.20 ???

bye Thomas

-----Ursprüngliche Nachricht-----
Von: Duane Wessels <wessels@nlanr.net>
An: Pasi.Sainio@sonera.fi <Pasi.Sainio@sonera.fi>
Cc: squid-users@nlanr.net <squid-users@nlanr.net>
Datum: Freitag, 29. Mai 1998 21:24
Betreff: Re: ssl_proxy with 1.2

>Pasi Sainio writes:
>
>>Hello,
>>
>>please tell me how do I do
>>
>> ssl_proxy foo.bar.proxy
>>
>>with squid 1.2.beta20? With acl probably, but how?
>
>I added this to the FAQ:
>
>19.1 How do I configure 'ssl_proxy' now?
>
>By default, Squid connects directly to origin servers for SSL requests.
>But if you must force SSL requests through a parent, first tell Squid
>it can not go direct for SSL:
>
> acl SSL method CONNECT
> never_direct allow SSL
>
>With this in place, Squid should pick one of your parents to use for
>SSL requests. If you want it to pick a particular parent, you must use
>the cache_host_acl configuration:
>
> cache_peer parent1 parent 3128 3130
> cache_peer parent2 parent 3128 3130
> cache_host_acl parent2 !SSL
>
>The above lines tell Squid to NOT use parent2 for SSL, so it should
>always use parent1.
>
>Duane W.
>
>
Received on Fri May 29 1998 - 17:59:02 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:40:30 MST