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.
cborgato_FTNT
Article Id 196063
Description
The article is to highlight the difference in the autoupdate override cli command between version 4.0 MR3 and version 5.0.

Solution
On v4.0 MR3

config system autoupdate override
    set address "10.109.0.26:8890"
    set status enable
end

On v5.0

config system autoupdate
    set override enable
    set address "10.109.0.26:8890"
    set status enable
end

Contributors