This website uses cookies essential to its operation, for analytics, and for personalized content. By continuing to browse this site, you acknowledge the use of cookies. For details on cookie usage on our site, read our Privacy Policy
I found that if you define an application in the rules that also does URL filtering it needs to decrypt the packet to decipher the application. One way is to use http and https ports. For example your rule to block a website might look like: srczone: trust dstzone: untrust application: web-browsing action: allow profile: URL filtering Change to: srczone: trust dstzone: untrust service: service-http, service-https action: allow profile: URL filtering Just was one thing I came across that sounds close. The other option is of course adding certificates.
... View more