[squid-users] https Webmin using port 12000 doesn't work anymore with Squid

From: LeKeiserAmen <LeKeiser@dont-contact.us>
Date: Wed, 23 Nov 2005 01:31:31 +0100

Hello all,

Since I have installed Squid on my Debian 3.1, I cannot use Webmin
anymore.
I get the error :
1132704539.351 0 192.168.1.10 TCP_DENIED/403 1414 CONNECT 192.168.1.1:12000 - NONE/- text/html
1132704539.473 121 192.168.1.10 TCP_DENIED/403 1414 CONNECT 192.168.1.1:12000 - NONE/- text/html

Here are my ACLs :
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 to_localhost dst 127.0.0.0/8
acl SSL_ports port 443 563 # https, snews
acl SSL_ports port 873 # rsync
acl Safe_ports port 80 # http
acl Safe_ports port 21 # ftp
acl Safe_ports port 443 563 # https, snews
acl Safe_ports port 70 # gopher
acl Safe_ports port 210 # wais
acl Safe_ports port 1025-65535 # unregistered ports
acl Safe_ports port 280 # http-mgmt
acl Safe_ports port 488 # gss-http
acl Safe_ports port 591 # filemaker
acl Safe_ports port 777 # multiling http
acl Safe_ports port 631 # cups
acl Safe_ports port 873 # rsync
acl Safe_ports port 901 # SWAT
#acl Safe_ports port 12000 #Webmin
acl purge method PURGE
acl CONNECT method CONNECT

and my http.access :

http_access allow manager localhost
http_access deny manager
http_access allow purge localhost
http_access deny purge
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
acl our_networks src 192.168.1.0-192.168.1.125/255.255.255.255
http_access allow our_networks
http_access allow localhost
http_access deny all

I don't see how to solve this problem :(

Thanx for your help :)

-- 
Cordialement,
LeKeiserAmen                
mailto: LeKeiser@lekeiser.com
Received on Tue Nov 22 2005 - 17:33:23 MST

This archive was generated by hypermail pre-2.1.9 : Thu Dec 01 2005 - 12:00:10 MST