cancel
Showing results for 
Search instead for 
Did you mean: 

Error "Peer certificate rejected by ChainVerifier" in RFC->PI->SOAP scenary

alejandro_gmez
Participant
0 Kudos

Hi all:

I have an RFC->PI->SOAP scenary using HTTPS. All requests to the server ends with the error:

*************************************************************************

failed to get the input stream from socket:

iaik.security.ssl.SSLCertificateException: Peer certificate rejected by

ChainVerifier

*************************************************************************


Any idea?


Thanks in advance. Best regards,


Alejandro Gomez.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member213558
Active Participant
0 Kudos

Hi.

this is SSL handshake error. check your signer  by using  XPI trace and see the whether you've inserted the same certificate in Trusted CAs. if not download the certificate and import to Trusted CA.


once download and import it into the TrustedCAs keystore  and you restart the communication channel, this SSL communication will work fine.

refer the blog which is suggested by praveen above to analyse the error using XPI Inspector.

former_member182412
Active Contributor
0 Kudos

Hi Alejandro,

You need to download the server root CA certificate and import in NWA TrustedCA keystore in order to avoid this error. Check this blog

Regards,

Praveen.