It's all about the answers!

Ask a question

Connect Jenkins ( Https enabled using self singed certificate ) via RTC build engine - javax.net.ssl.SSLHandshakeException


0
1
Sekar GCS (23314) | asked Dec 18 '17, 10:09 a.m.
edited Dec 18 '17, 10:10 a.m.

Hi,

We have RTC and Jenkins server, when we try to create Jenkins build engine, we are not able to connect Jenkins server and we are getting below error. the jenkins server's URL configured with Https using self singed certificate.
 
Connection test requested.
Connecting to: https://servername/jenkins/
Exception: javax.net.ssl.SSLHandshakeException: com.ibm.jsse2.util.j: PKIX path building failed: java.security.cert.CertPathBuilderException: unable to find valid certification path to requested target
Test connection FAILED!

Any suggention / solution please.

Accepted answer


permanent link
Donald Nong (14.5k614) | answered Dec 18 '17, 11:38 p.m.

You will need to import the SSL certificate from Jenkins into the truststore of the application server running RTC (WAS, Liberty or Tomcat). The exact steps will depend on the application server itself.

Sekar GCS selected this answer as the correct answer

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.