[squid-users] Whitelisting youtube

Amos Jeffries squid3 at treenet.co.nz
Sat Dec 29 13:17:21 UTC 2018


On 28/12/18 10:18 pm, Wolfgang Paul Rauchholz wrote:
> Problem staqtement: can't whitelist youtube.com
> 
...
> The entry I find in access.lof file reads like this:
> 1545988674.026      0 10.5.2.96 TAG_NONE/503 0 CONNECT
> www.youtube.com:443 - HIER_NONE/- -
> 

You cannot redirect a CONNECT tunnel with SquidGuard. You should prevent
this methods being sent to the redirector entirely, like so:

 url_rewrite_access deny CONNECT


Also, this is a 503 (unable to connect) error, not a denial. So
whitelisting is pointless.

Amos


More information about the squid-users mailing list