Created on 01-13-2025 03:13 AM Edited on 01-13-2025 04:08 AM
This article describes an error encountered on FortiClient or certain browsers when attempting to connect to the FortiGate SSL VPN.
Error: 'The security certificate for this site has been revoked. This site should not be trusted'.
The security certificate for this site has been revoked. This site should not be trusted.
FortiClient, SSL VPN.
$ curl -vI https://<URL>:<port>
Example: $ curl -vI https://mydomain:10443.
-k, --insecure Allow insecure server connections
Valid connection example:
...
* SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384
* ALPN, server did not agree to a protocol
* Server certificate:
* subject: CN=*.example.com
* start date: Jan 10 00:00:00 2025 GMT
* expire date: Jan 10 23:59:59 2026 GMT
* subjectAltName: host "example.example.com" matched cert's "*.example.com"
* issuer: C=GB; ST=Greater Manchester; L=Salford; O=Sectigo Limited; CN=Sectigo RSA Domain Validation Secure Server CA
* SSL certificate verify ok.
...
Then using OpenSSL:
$ openssl s_client -showcerts -connect <URL>:<port> Example: $ curl -vI https://mydomain:10443
Full demonstration: Technical Tip: How to determine if the FortiGate is sending the full certificate chain for the Web U...
If FortiGate is not sending the full certificate chain then most probably the intermediate CA needs to be imported to the FortiGate's certificate store. Refer to Administration Guide - CA certificate
Related articles:
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.