cancel
Showing results for 
Search instead for 
Did you mean: 

Peer certificate rejected by ChainVerifier

Former Member
0 Kudos

Hi,

I have configured SSL communication between two PI servers. I am using test certificates which is signed using http://service.sap.com/tcs. Its valid for 8 weeks.There is no intermediary certificate involved. Its directly signed by Server CA. But i am getting below error while processing the message.

Message processing failed. Cause: com.sap.engine.interfaces.messaging.api.exception.MessagingException: iaik.security.ssl.SSLCertificateException: Peer certificate rejected by ChainVerifier.

SOAP: call failed: iaik.security.ssl.SSLCertificateException: Peer certificate rejected by ChainVerifier.

Accepted Solutions (0)

Answers (1)

Answers (1)

Shabarish_Nair
Active Contributor
0 Kudos

use note 694290 to help you

Former Member
0 Kudos

Hi ,

This worked.. but i am getting a different error now...I am getting this error in SXMB_moni.

<SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">

<SAP:Category>XIServer</SAP:Category>

<SAP:Code area="INTERNAL">CLIENT_RECEIVE_FAILED</SAP:Code>

<SAP:P1>400</SAP:P1>

<SAP:P2>ICM_HTTP_CONNECTION_FAILED</SAP:P2>

<SAP:P3>(See attachment HTMLError for details)</SAP:P3>

<SAP:P4 />

<SAP:AdditionalText />

<SAP:Stack>Error while receiving by HTTP (error code: 400, error text: ICM_HTTP_CONNECTION_FAILED) (See attachment HTMLError for details)</SAP:Stack>

<SAP:Retry>A</SAP:Retry>

</SAP:Error>

former_member200962
Active Contributor
0 Kudos

check if proper connection parameters are maintained while sending message to the end system....like the RFC destination etc....check the receiver CC

Former Member
0 Kudos

Yes . I have checked those. Its fine.