localzuk Posted July 9, 2013 Posted July 9, 2013 I've just enabled URL rewriting for Youtube, which uses the Youtube for schools system but as an addition to this, I need to also block https youtube. Anyone got any idea how I'd do this using squid and squidguard?
chazzy2501 Posted July 9, 2013 Posted July 9, 2013 as an approach I'd block all TLS/SSL traffic then only specifically allow certain https.
localzuk Posted July 9, 2013 Author Posted July 9, 2013 How? SWGfL filtering can't do it, so I'd have to do it in Squid or Squidguard.
grant_girdwood Posted July 9, 2013 Posted July 9, 2013 Throw this in your squid config acl CONNECT method CONNECT acl YT_accounts dstdomain .accounts.youtube.com acl YT dstdomain .youtube.com acl YT dstdomain .ytimg.com http_access allow CONNECT all YT_accounts http_access deny CONNECT all YT 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now