hello, you should add the following to your squid.conf : acl Safe_ports port 8800 # Deny requests to unknown ports http_access deny !Safe_ports # Deny CONNECT to other than SSL ports http_access deny CONNECT !SSL_ports You could find example like this with other port (eg. 443) in your original squid.conf config. -----Message d'origine----- De : Joaquim Roca [mailto:qrt@xxxxxxx] Envoyé : mercredi 9 novembre 2005 11:09 À : squid-users@xxxxxxxxxxxxxxx Objet : (13) Permission denied Dear squid users, I'm new in this list, I'm QRT. I have this problem: When I try to access http://www.xtec.es:8800/usuaris/correuweb/ using squid 2.5 stable11 I receive this error page ERROR The requested URL could not be retrieved -------------------------------------------------------------------------= =3D ------- While trying to retrieve the URL: = http://www.xtec.es:8800/usuaris/correuweb/=3D20 The following error was encountered a.. Connection Failed The system returned: (13) Permission denied The remote host or network may be down. Please try the request again Your cache administrator is root. -------------------------------------------------------------------------= ------- Generated Wed, 09 Nov 2005 08:31:47 GMT by localhost.localdomain = squid/2.5.STABLE11) If I try to connect to other websites in port 80 it work fine, but the = other ports have the same error i.e. webmin:10000, etc.. What can I put in squid.conf file to solve this? Thankyou QRT