Hi, I am running Version 2.5.STABLE10. I have a strange problem with one of the web sites. If I access the web site https://66.227.81.53/, it doesn't work. But if I access the same web site with http instead of https, http://66.227.81.53:443/ it works fine. Below are the access logs: 1153199709.750 2 172.26.101.76 TCP_DENIED/407 1683 CONNECT 66.227.81.53:443 - NONE/- text/html 1153199709.756 1 172.26.101.76 TCP_DENIED/407 1753 CONNECT 66.227.81.53:443 - NONE/- text/html 1153199716.230 6473 172.26.101.76 TCP_MISS/000 420 CONNECT 66.227.81.53:443 auchoa FIRST_UP_PARENT/172.26.1.67 - 1153199716.249 0 172.26.101.76 TCP_DENIED/407 1683 CONNECT 66.227.81.53:443 - NONE/- text/html 1153199716.252 1 172.26.101.76 TCP_DENIED/407 1753 CONNECT 66.227.81.53:443 - NONE/- text/html 1153199716.714 461 172.26.101.76 TCP_MISS/000 387 CONNECT 66.227.81.53:443 auchoa FIRST_UP_PARENT/172.26.1.67 - 1153199741.052 0 172.26.101.76 TCP_DENIED/407 1707 GET http://66.227.81.53:443/ - NONE/- text/html 1153199741.056 1 172.26.101.76 TCP_DENIED/407 1777 GET http://66.227.81.53:443/ - NONE/- text/html 1153199741.865 808 172.26.101.76 TCP_MISS/600 9 GET http://66.227.81.53:443/ auchoa FIRST_UP_PARENT/172.26.1.67 - I have the following ACL for port 443 acl SSL_ports port 443 http_access deny CONNECT !SSL_ports I am not sure why it works if I use http but not https. Thanks