Hello, I've installed squid in transparent mode with proxy port: 3128 I have problems, my client can not connect to page: ww4.essalud.gob.pe:7779/acredita When I connect to that page without the squid, it's all ok. So the problem is the Proxy. In /etc/squid/squid.conf is configured: acl Safe_ports port 7779 http_access deny CONNECT !Safe_ports The log send TCP_MISS/503 error: TCP_MISS/503 0 CONNECT essalud.gob.pe:7779 What do you recommend to me to do ? -- Pedro