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

From: Karim Hamed <Karim.Hamed@dont-contact.us>
Date: Tue, 12 Jun 2001 08:41:45 +0200

Naeem wrote:
>
> > thank you for the hint but it still not working. (( I removed the "own
> rules"
> > from the config-file. I'll continue to work on it. ;-)
> > Naeem wrote:
> > >
>
> Pls paste your all acl and http_access rules here.

acl all src 192.168.111.53/0.0.0.0
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl SSL_ports port 443 563
acl Safe_ports port 80 21 443 563 70 210 1025-65535
acl CONNECT method CONNECT

http_access allow manager localhost
http_access allow manager
http_access allow !Safe_ports
http_access deny CONNECT !SSL_ports
Received on Tue Jun 12 2001 - 01:42:09 MDT

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