Skip to main content
RuiChang
Staff
Staff
July 16, 2025

Troubleshooting Tip: LDAPS No Subject Alternative Names matching error

  • July 16, 2025
  • 0 replies
  • 158 views
Description

 

This article describes how to fix the LDAPS No subject alternative names matching error.

 

Scope

 

FortiSIEM.

 

Solution

 

FortiSIEM supports LDAPS configuration with a certificate. However, the CN or Subject Alternative Name (SAN) field is sensitive for authentication. Once users have configured the LDAPS under Admin -> Settings -> General -> External Authentication, the IP/Host field needs to match the CN or Subject Alternative Name in the certificate as shown below:

 

FortiSIEM:

 

RuiChang_0-1751535489204.png

 

Certificate generated from Active Directory:

 

RuiChang_0-1751535511004.png

 

Note:

Users can verify the error on FortiSIEM via the command below:

 

#cat /opt/glassfish/domains/domain1/logs/phoenix.log |grep -i ldap

 

2025-07-03 17:23:34,587 [http-listener-2(13)] ERROR com.ph.phoenix.commons.LdapConnection - [PH_LDAP_EXT_AUTH_ERROR]:[phCustId]=1,[eventSeverity]=PHL_ERROR,[phEventCategory]=3,[procName]=AppServer,[user]=tadmin,[phLogDetail]=No subject alternative names matching IP address 10.47.48.183 found

 

Otherwise, users can regenerate the certificate again with the desired CN or Subject Alternative Name (SAN) by following this KB article:

Technical Tip: Configuring LDAPS on FortiManager and FortiAnalyzer

 

Related document:

External Authentication Settings