Technical Tip: Credential or SSL VPN configuration is wrong (-7200) for SSL VPN with any type of Authentication.
| Description | This article describes how to troubleshoot FortiGate SSL VPN failures where the FortiClient displays the error:
This applies to SSL VPN Tunnel Mode and is valid regardless of the authentication type (Local, LDAP, RADIUS, MFA, etc.). |
| Scope | FortiGate. |
| Solution | Symptoms:
Additionally, the firewall debug logs show a successful TLS handshake, but authentication ultimately fails with an unknown reason.
Below is a snippet showing a successful TLS handshake negotiation followed by a login failure:
SSL established: TLSv1.3 TLS_AES_128_GCM_SHA256 <--
FortiGate requires the SSL cipher strength in vpn ssl settings to be equal to or stronger than the cipher strength in the authentication-rule.
If the SSL settings define a weaker cipher, FortiGate completes the TLS handshake but fails at user authentication, resulting in the (-7200) error. Incorrect configuration:
config vpn ssl settings config authentication-rule --> Default is 168-bit cipher strength.
In this case, the solution is to increase the strength of the ciphersuite to a higher value (>= 168 bits), or unset the ciphersuite to the default value. |
