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.
ametkola
Staff
Staff
Article Id 377343
Description The article below describes an issue where FortiGate prompts user to choose a certificate despite the admin settings not requiring a client certificate. This behavior impacts usually the devices after the firmware upgrade to v7.0.17, v7.2.11, v7.4.6 and 7.6.2 or later
Scope FortiGate.
Solution

The behavior applies to the devices that have any of the below setups in place:

  1. IKE2VPN with Client Certificate authentication enabled.
  2. SSL VPN requires Client Certificate Authentication.
  3. IKEv1 Site-to-Site VPN with Certificate Authentication required for peers.

 

cert prompt.png

 

Make sure the following requirements are met:

 

config system global
    set admin-https-pki-required disable
end

 

In case there is a PKI user configured, it should not exist for the admin user.

 

config user peer
    edit "cert_ca"
        set ca "cert_CA2"
    next
end

 

This issue is still under investigation.