Block HTTPS Websites

Hi All,

how can i block sites using https, like youtube facebook and so on…

i read many topics in the forum and nothing’s happen.

i tried Layer 7, Web Proxy, Firewall,…

how can i solve this problem???

If you only want to block “normal” HTTPS sites, you should be able to just use the Firewall’s filter, e.g.
/ip firewall filter add comment=“block standard HTTPS” chain=input protocol=tcp dst-port=443 action=rejectThis is NOT going to block HTTPS sites running on ports other than the default “443”, but it should end up blocking sites like Facebook, PayPal and any popular site you can think of.