Created on
‎07-13-2010
12:17 AM
Edited on
‎12-16-2025
06:35 AM
By
Stephen_G
Description
This article describes how to observe and troubleshoot verifying the server certificate on SSL Inspection.
Solution
The 'auth_cert succeed' result is given at the end of this output. This example shows that this certificate is valid.
diagnose debug application fnbamd -1
diagnose debug enable
Start auth_cert:
groups(0):
ip:
cert subject: OU = Test dept, CN = test.example.com
cert issuer: OU = Test dept, CN = test.example.com
client cert expired
quick_check_cert failed
In this case, the certificate has already expired. The FortiGate determines that this is an invalid certificate and will fail the SSL session.
IPS related debug commands:
diagnose ips session list by-mem 15
diagnose ips session status
diagnose autoupdate version | grep "IPS Attack" -A 6
diagnose ips memory status
Additional Debugs:
diagnose ips debug en ?
diagnose ips de en <categories>
diagnose ips filter status
diagnose de en
Disable once done:
diagnose debug reset
diagnose debug disable
WAD related debug commands:
WAD debug logs can generate too much output and debug lines that might impact device performance. It is highly recommended to use as many filters as possible that can narrow the generated logs by the WAD daemon.
The most commonly used options are as follows:
diagnose debug console timestamp enable
diagnose wad debug enable level verbose
diagnose wad debug enable category http
diagnose wad filter src x.x.x.x <----- Source IP of the client.
diagnose wad filter dst y.y.y.y <----- Destination IP of the server.
diagnose debug enable
The debug output alternatives can be filtered further with this option:
diagnose wad filter ?
FNBAMD-related debug commands can be run simultaneously:
diagnose debug application fnbamd -1
diagnose debug enable
$ openssl verify -CAfile Fortinet_CA.cer fmg.fortinet.com.pem
fmg.fortinet.com.pem: OK
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.