Skip to main content
JON
New Member
April 27, 2017
Question

Exempt Particular URL under Proxy Category

  • April 27, 2017
  • 1 reply
  • 3601 views

I've configured the Firewall to Block All Proxy Categories under Application Control, is there a way to exempt or allow one particular URL under Proxy Category?

 

url: *.libproxy.nie.edu.sg

 

 

    1 reply

    hmtay_FTNT
    Staff
    Staff
    April 27, 2017

    Hello JON,

     

    Are you using FortiOS 5.4 and above? If you are, you can overwrite the blocking by adding the following custom signature and setting it to Monitor:

     

    F-SBID( --name "Libproxy.Nie.SSL_Custom"; --protocol tcp; --service SSL; --pattern "libproxy.nie.edu"; --context host; --no_case; --app_cat 6; --weight 40; ) 

     

    HoMing