Re: Squid-2.0 and ssl_proxy.

From: Duane Wessels <wessels@dont-contact.us>
Date: Thu, 08 Oct 1998 09:38:35 -0600

Benarson Behajaina writes:

> Hi Squid users,
>
>I'm running Squid-2.0 RELEASE, and have 2 questions:
>
>1. It seems that the "--enable-splaytree" disappear
> from Squid-2.0 RELEASE configure options.
> %./configure --help
>
> Then there's no --enable-splaytree option.
> Does this mean that Squid-2.0 could not use USE_SPLAY_TREE ?

No. Squid uses splay tree by default.

>
>2. My second problem is concerning SSL_PROXY:
> when I restart my squid (using %squid -k reconfigure), I've got:
>
> 1998/10/08 16:15:13| parseConfigFile: line 185 unrecognized: 'cache_host_acl
host1.siemens.sk !SSL'
>
> From my squid.conf (according to Squid-FAQ-19):
>
>acl SSL method CONNECT
>never_direct allow SSL
>cache_peer parent host1.siemens.sk 80 3130 no-query default
>cache_host_acl host1.siemens.sk !SSL
>
>What's wrong here ?

cache_host_acl has been changed to cache_host_access, and you have to
add 'allow' or 'deny':

        cache_host_access deny host1.siemens.sk SSL

Duane W.
Received on Thu Oct 08 1998 - 08:40:17 MDT

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