Koozali.org: home of the SME Server
Obsolete Releases => SME 9.x Contribs => Topic started by: Stefano on April 03, 2017, 11:34:22 PM
-
Hi there
since almost every site is moving to https, is there anything I should be aware of if I decide to install smeserver-webfilter? any particular configuration?
will, for example, a porn site running on https be blocked?
thank you
-
Https filtering is trickier, but possible, even if not as powerful. It's working with my webfiltering contrib. For it to work, you need to:
- configure sme as a proxy on all your browsers (you can't rely on transparent proxying)
- block outgoing TCP port 443, unless for some itself
- only domains can be blocked, not url
-
Sorry for replying to an older post.
Have you had any luck with getting an https transparent proxy working?
I'm using:
yum --enablerepo=epel,fws install smeserver-webfilter
Just "www.facebook.com" and "facebook.com" in the ban list but with no success. Am I missing something in the basic setup guide.
echo "SELECT DOMAIN,COUNT(DOMAIN) AS occurances FROM access_log GROUP BY DOMAIN ORDER BY occurances DESC LIMIT 30;" | mysql squid_log
Shows activity so I am assuming its working for http traffic maybe?