Issue:
When you open a site with ports 8008, 8011 and 8020, it will not open
Example: https://secure.tecnicasdeingenieria.com:8020/gesinflotweb/#!tracingView
Fortigate uses these ports for Web Filtering override, but you can modify them
Fix:
Change the port number for the override
Connect with the Fortigate CLI or SSH
config webfilter fortiguard
get
set ovrd-auth-port-http 8008 (eventualmente cambiare numero)
set ovrd-auth-port-https 8010 (eventualmente cambiare numero)
set ovrd-auth-port-warning 8020 (eventualmente cambiare numero)
next
end