Issue:
When attempting to establish a connection to an endpoint that uses SSL communication the following errors occur the in JCS Daily log:
javax.naming.CommunicationException: simple bind failed: [HOST]:[PORT] [Root exception is javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: Netscape cert type does not permit use for SSL server]
[ApacheDS Worker-thread-111] (com.ca.jcs.common:org.apache.log4j.Category:843) ERROR - Failed to verify server certificate chain sun.security.validator.ValidatorException: Netscape cert type does not permit use for SSL server
Cause:
These errors occur when there is a problem with the certificate being used in the SSL connection. The certificate that was imported into your JCS keystore does not contain the full certificate chain, there is likely an intermediate cert missing.
Resolution:
Reissue the full certificate chain, ensuring that all required certificates are present and import the new certificate into the JCS keystore.