[squid-users] https requests the squid rejects the connection

Matus UHLAR - fantomas uhlar at fantomas.sk
Mon Aug 20 18:26:08 UTC 2018


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, uhlar at 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.


More information about the squid-users mailing list