José Luis Castañeda wrote:

> I have an application that accesses to ports above the 1024 and I have
> configured the following thing
>  
> acl Safe_ports port 1025-65535  # unregistered ports
>    
> http_access deny !Safe_ports
> http_access allow CONNECT Safe_ports
>  
> In the file acces.log gives me the following error:
>  
> 1089393604.101      2 192.168.129.16 TCP_DENIED/403 1388 CONNECT
> 67.15.18.46:3306 - NONE/- text/html

Do those http_access lines precede the

http_access deny CONNECT !SSL_ports

line in your squid.conf?

Adam

Reply via email to