Re: [squid-users] Running a proxy also for https sites.

From: Naeem <rhlinux71@dont-contact.us>
Date: Mon, 11 Jun 2001 18:29:38 +0500

acl SSL_ports port 443 563
acl CONNECT method CONNECT

> #Default configuration:
> http_access allow CONNECT !SSL_ports

It should be
http_access deny CONNECT !SSL_ports
and you must have the above two lines defined before this line.

>
> I'm wondering if someone can help in this case.
>

Hope this helps.
Received on Mon Jun 11 2001 - 07:31:29 MDT

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