When attempting to verify an LDAP target account, the following error occurs.

PAM-CM-0759: Failed to verify password with target. {0}
With the Tomcat Log Level set to Info, the following is observed at the time the error occurred.
2024-03-01T22:42:51.180+0000 INFO [com.cloakware.cspm.server.plugin.targetmanager.LDAPTargetManager] com.cloakware.cspm.server.security.CSPMTrustManager.checkServerTrusted CSPMTrustManager.checkServerTrusted certificate:
-----BEGIN CERTIFICATE-----
MIIET.....eZhUE
-----END CERTIFICATE-----
2024-03-01T22:42:51.239+0000 WARNING [TP8] com.cloakware.cspm.server.app.impl.VerifyAccountPasswordCmd.invoke **** ACCOUNT VERIFICATION FAILED: targetAccount ID: 8675309' due to 'Error Code: 1651
Error Details: null
Error Message: No trusted certificate found
Exception: com.cloakware.cspm.server.app.ApplicationException: No trusted certificate found
Stack Trace: com.cloakware.cspm.server.app.ApplicationException: No trusted certificate found
.....
at com.cloakware.cspm.server.app.TargetManager.run(TargetManager.java:784)
Caused by: javax.net.ssl.SSLHandshakeException: No trusted certificate found
.....
at com.cloakware.cspm.server.plugin.targetmanager.LDAPTargetManager.getLdapContext(LDAPTargetManager.java:250)
... 2 more
Caused by: sun.security.validator.ValidatorException: No trusted certificate found
.....
at sun.security.ssl.CertificateMessage$T13CertificateConsumer.checkServerCerts(CertificateMessage.java:1340)
... 28 more
Is success: false
Warning Message: null
Result Details: null
'
2024-03-01T22:42:51.273+0000 WARNING [TP8] com.cloakware.cspm.server.app.impl.VerifyAccountPasswordCmd.invoke VerifyAccountPasswordCmd.invoke, end: result=false, accounts=1, duration=248.02742ms