| Description | This article describes how to fix certificate error for traffic being processed by a VIP and no inspection configured in the firewall policy |
| Scope | FortiOS |
| Solution |
There are cases when the certificate error 'NET :: ERR_CERT_AUTHORITY_INVALID' is received for traffic being processed by a VIP, although the traffic is passing through a firewall policy with no inspection.
The configuration of the firewall policy and of the VIP on the FortiGate is as below:
config firewall policy set srcintf <interface_name> set dstintf <interface_name> set action accept set srcaddr <source_address> set dstaddr <VIP_1> set schedule "always" set service "tcp-8080" set inspection-mode proxy set ssl-ssh-profile "no-inspection" set logtraffic all next end
config firewall vip edit "VIP_1" set type server-load-balance set server-type http set extip <external_ip> set extintf "any" set extport 8080 config realservers edit 1 set ip <IP_address> set port 8080 set healthcheck enable set monitor <health_check_name> next end next end
config firewall vip edit "VIP_1" set server-type tcp next end
A workaround is to just create a 'ssl-ssh-profile' as below and then apply it on the firewall policy responsible for the traffic.
config firewall ssl-ssh-profile edit "SSL_SSH_profile_name" config https set port 443 set status certificate-inspection set quic inspect set cert-probe-failure allow end next end |
The Fortinet Security Fabric brings together the concepts of convergence and consolidation to provide comprehensive cybersecurity protection for all users, devices, and applications and across all network edges.
Copyright 2025 Fortinet, Inc. All Rights Reserved.