cancel
Showing results for 
Search instead for 
Did you mean: 

SSL Certificate issue

former_member694142
Participant
0 Kudos

Hi Experts,

The scenario is proxy to webservice synchronous interface.

We are facing SSL certificate problem for Third party system while trying to consume a webservice hosted on it.

The webserice is accessible via elinks and wget but from SAP PI application we are facing below error while testing the interface e2e.

"java.io.IOException: Failed to get the input stream from socket: iaik.security.ssl.SSLCertificateException: Peer certificate rejected by ChainVerifier" in the receiver SOAP adapter.

Can anyone suggest how can this issue be resolved?

Accepted Solutions (1)

Accepted Solutions (1)

engswee
Active Contributor
0 Kudos

Hi Ashish

Please refer to my following blog on how to troubleshoot your issue.

Regards

Eng Swee

former_member694142
Participant
0 Kudos

Hi Eng Swee,

Thanks for this link

We will try to perform all the steps given in your blog and let you know if the issue is resolved or not .

engswee
Active Contributor
0 Kudos

OK. If you do require further help, please do post screenshots of the XPI Inspector results.

former_member694142
Participant
0 Kudos

Sure Sir! Thanks again

former_member694142
Participant
0 Kudos

Thanks so much Sir

The solution finally worked!

Thanks for sharing your knowledge and guiding us to resolve this issue

Answers (1)

Answers (1)

Bhargavakrishna
Active Contributor
0 Kudos

Hi Ashish,

Did you deployed the certificates under TrustedCAs?

Did you test the web service in Soap UI?

Please check the below thread for your reference.

Regards

Bhargava Krishna

former_member694142
Participant
0 Kudos

Hi Bhargava,

I have asked the basis person to deploy the certificates in the system.

We have tested the webservice in SOAP UI as well but no luck

Thanks for the link. Will go through the same.