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.
vifi
Staff
Staff
Article Id 392736
Description This article describes a workaround for the issue when SSL exemptions are not working.
Scope FortiGate v7.2.11 and v7.4.7,
Solution

SSL exemptions are configured as FQDN or web categories. 

exempstions.png

 


One of the following changes should be made:


Option 1:

 

config firewall ssl-ssh-profile
    edit "profile_name"
        config https
            set cert-probe-failure allow
        end
    end


Option 2:

 

config firewall ssl-ssh-profile
    edit "profile_name"
        config https
            set sni-server-cert-check disable
        end
    end

Related article:
Technical Tip: Exempting applications/domains/websites from Deep SSL Inspection