> How would I define the correct ACL and/or http_access rule > to access external hosts, that are to be reached through a https- > admin interface that is using port 8080 ? > I tried to add 8080 to the list of "SSL-Ports" like > acl SSL_ports 443 563 8080 > and thus allow it to CONNECT directly with > http_access deny CONNECT !SSL_ports > (rest is kept to the recommended defaults) > > ... but Squid keeps on telling me that the connection is refused (111) > "Access Denied" is given when squid ACLs block. "Connection Refused" is a denial by the remote system if its coming from squid. Amos