Created on
06-18-2021
05:53 AM
Edited on
02-05-2025
05:22 AM
By
Stephen_G
Description
This article describes information about the function of 'Reputable web sites' and how to view the list of trusted URLs.
Scope
FortiOS, FortiGuard, FortiGate.
Solution
'Reputable websites' is a white-list database that is updated and synchronized through FortiGuard.
This database is maintained by the FortiGuard team and it contains a list of reputable domain names that can be excluded from SSL deep inspection when 'Reputable websites' are enabled under SSL/SSH Inspection.



config system settings
set gui-domain-ip-reputation enable <- To enable Domain & IP Reputation under Feature Visibility.
end
config firewall ssl-ssh-profile
edit <name_of_the_ssl-ssh-profile>
set whitelist enable <- To enable 'Reputable websites' under SSL/SSL Inspection profile.
next
end
As of FortiOS 7.0, 'whitelist' was renamed to 'allowlist' in the CLI:
config firewall ssl-ssh-profile
edit <name_of_the_ssl-ssh-profile>
set allowlist enable
end