Discussione: Squid e porta 8443...
View Single Post
Old 27-07-2007, 12:29   #1
KamiG
Senior Member
 
L'Avatar di KamiG
 
Iscritto dal: Aug 2000
Cittā: Bassano del Grappa
Messaggi: 5523
Squid e porta 8443...

Ciao,
in questo periodo sono da un cliente e necessito di accedere al pannello plesk del mio sito, raggiungibile attraverso l'url https://dominio:8443/
Avendo modo di gestire il loro proxy avevo pensato, banalmente, di aggiungere la porta... ma fatto questo ancora non riesco a raggiungere il mio indirizzo.
La configurazione č questa:
Codice:
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 8443
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 CONNECT method CONNECT

http_access allow manager localhost
http_access deny manager

http_access deny !Safe_ports

http_access deny CONNECT !SSL_ports
Avete qualche idea?
__________________
MacBook Air M1
KamiG č offline   Rispondi citando il messaggio o parte di esso