[squid-users] https

From: COLSON Arkadi <acolson@dont-contact.us>
Date: Thu, 13 Jun 2002 22:44:27 +0200

Hi,

Can someone help me with https?

I redirected port 443 to 3128 at my firewall.

my squid.conf file looks like this:

acl all src 0.0.0.0/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 victorio src 10.1.5.14/255.255.255.255
acl flapkelt src 10.1.5.12/255.255.255.255
acl blockedsites url_regex -i "/etc/squid/blockedsites"
acl CONNECT method CONNECT

http_access allow manager localhost
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access deny victorio blockedsites
http_access allow victorio
http_access allow flapkelt
http_access deny all

but I can't get it work.

Extra information:
Using iptables: "iptables-1.2.5-3"
Squid version: "squid-2.4.STABLE6-1.7.2"
Redhat version: "7.3 kernel 2.4.18-4"

thanks allready

Arkadi
Received on Thu Jun 13 2002 - 14:44:36 MDT

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