Configure Octane with LDAPS error
Question ID: 110035
2
0

We are trying to setup ALM Octane to use ldaps authentication and when we try and start the service we are getting the following error when we look in the wrapper.log file, what could be causing?

2021/01/11 17:16:27 | Caused by: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

Marked as spam
Posted by (Questions: 98, Answers: 0)
Asked on January 28, 2021 9:25 pm
155 views
Answers (1)
2
Private answer

It appears to be because because it cannot establish trust with the ldap server, this can usually only be caused by a few things:

- The ldaps certificate is missing from the "cacerts" file in java

- Octane does not support the encryption type of the ldap server

Most likely it is that the certificate for the ldap server is missing from the "cacerts" file, it could be that the cacerts file got overwritten with a java upgrade or something else..., I would try re adding the certificate to the cacerts file using java keytool.

Marked as spam
Posted by (Questions: 0, Answers: 364)
Answered on January 28, 2021 9:26 pm
EyeOnTesting

Welcome back to "EyeOnTesting" brought to you by Orasi Software, Inc.

X
Scroll to Top