On 20.08.18 14:20, Marcelo J. Martinez wrote:
I have a problem with the proxy server, install it with the default parameters 
with the following modifications:

# Deny requests to unknown ports
http_access deny! Safe_ports

this has to be:

http_access deny !Safe_ports

# Deny CONNECT to other than SSL ports
http_access deny CONNECT! SSL_ports

and
http_access deny CONNECT !SSL_ports

...you put the ! to the bad place.

example:

ERROR
El URL solicitado no se ha podido conseguir

relevant line from log file could show us, but first fix the above.


--
Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.sk/
Warning: I wish NOT to receive e-mail advertising to this address.
Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu.
Silvester Stallone: Father of the RISC concept.
_______________________________________________
squid-users mailing list
squid-users@lists.squid-cache.org
http://lists.squid-cache.org/listinfo/squid-users

Reply via email to