FortiGate
FortiGate Next Generation Firewall utilizes purpose-built security processors and threat intelligence security services from FortiGuard labs to deliver top-rated protection and high performance, including encrypted traffic.
sthapa
Staff
Staff
Article Id 191920
Description
This article describes how to use UDP protocol for FortiGuard web filter and anti-spam services.

Solution
By design, the FortiGate will use secure HTTPS connection for FortiGuard web filter and anti-spam services and the option to change the protocol has been removed from GUI.





To change the fortiguard port, you have to disable "fortiguard-anycast" option under fortiguard settings then only; the FortiOS will allow to change the protocol to UDP.
# config system fortiguard
    set fortiguard-anycast disable                <-----
    set port 8888
    set protocol udp
end 

Contributors