cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SSL Handshake error

Swagatika
Newcomer
0 Kudos
105

SSL Handshake error persists even after appropriate certificates have been imported to Trusted CA.

Error description:

"MP: exception caught with cause com.sap.aii.adapter.rest.ejb.security.SSLException: SSL-enabled call failed. Error while configuring SSL client Error retrieving certificates:"

 

View Entire Topic
helmut_skolaut3
Contributor
0 Kudos

Try XPI Inspector  Https://host:port/xpi_inspector/index.jsp

helmut_skolaut3_0-1747201610184.png

here you get more details on what is missing/wrong.

Important - if the certificate chain is :
ROOT CA --> Intermediate CA --> Server CERT   
it's enough to trust ROOT CA

if the certificate chain is:
ROOT CA --> Intermediate 1 CA --> Intermediate 2 CA --> Server CERT
you cannot trust ROOT CA alone. You can trust intermediate 1 as far as i have observed.