Squid nem engedi át a 8443-as portot !!!

Üdv! Sürgősen meg kellene oldanom az ügyet, ezért kérem a segítségeteket (nem tudom adminisztrálni a weblapot).
Ezt az üzit dobja a kliensnek a Squid(2.6 stable 16):

ERROR
The requested URL could not be retrieved
While trying to retrieve the URL: cp.wwh.hu:8443
The following error was encountered:
* Access Denied.
Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.

Tűzfalszabályok nincsenek, mindent átenged jelenleg az iptables.
A Squid config:
http_port 3128
hierarchy_stoplist cgi-bin ?
acl QUERY urlpath_regex cgi-bin \?
no_cache deny QUERY
hosts_file /etc/hosts
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
acl Safe_ports port 21
acl Safe_ports port 8443
acl Safe_ports port 443 563
acl Safe_ports port 70
acl Safe_ports port 210
acl Safe_ports port 1025-65535
acl Safe_ports port 280
acl Safe_ports port 488
acl Safe_ports port 591
acl Safe_ports port 777
acl Safe_ports port 901
acl Safe_ports port 3389
acl Safe_ports port 25
acl purge method PURGE
acl CONNECT method CONNECT
acl helyi_halo src 192.168.0.0/24
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
http_access allow localhost
http_access allow helyi_halo
http_access deny all
icp_access allow all
http_reply_access allow all
always_direct allow all
cache_swap_low 90
cache_swap_high 95
cache_dir ufs /var/spool/squid 100 16 256

Légy szives segítsetek!

Hozzászólások

Ezt írd be a squid.conf-ba:

acl Safe_ports port 8443

ha https, akkor:

acl SSL_ports port 8443