cancel
Showing results for 
Search instead for 
Did you mean: 

BI Launch Pad Probe fails in BO42 with a SSL error

0 Kudos

Hi all,

i want to configure the BI Launch Pad Probe with SSL, but it doesn't work. I get the following error message:

Exception : 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

at sun.security.ssl.Alerts.getSSLException(Alerts.java:192)

at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1949)

at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:302)

at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:296)

at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1509)

...

SSL for Tomcat (respectively launchpad access) works fine.

https: //<hostname>:<port>/BOE/BI

Joe_Peters
Active Contributor

Just a wild guess, because I haven't done this myself, but you might just need to add the cert to the java key stores (win64_x64\sapjvm, win32_x64\sapjvm, etc.).

denis_konovalov
Active Contributor
0 Kudos

would help if you add the actual details of how you configured the probe for ssl

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member240871
Participant
0 Kudos

This is the right answer.

The keystore by default is in win64_x64\sapjvm\jre\lib\security\cacerts and the same in the win32_x86 directory if needed.

Importing the CA certificate into the keystore and restarting the monitoring APS should resolve the issue.

SSLPoke can be used to verify whether or not it was imported successfully using the java.exe inside the sapjvm/jre/bin directory.

https://confluence.atlassian.com/kb/unable-to-connect-to-ssl-services-due-to-pkix-path-building-fail...

Regards,
Leslie