cancel
Showing results for 
Search instead for 
Did you mean: 

Peer certificate rejected by ChainVerifier

Former Member
0 Kudos

Hi,

I am trying to access a https type service. It involves username and password which i have given in the receiver soap adapter. (using a soap to soap synchronous scenario)

I have imported the server's certificate in the TrustedCA's keystore so that it is accessible. But while testing it, I receive an error "Peer certificate rejected by ChainVerifier".

What may be the issue?

Kindly guide me.

Regards,

Kevin

Accepted Solutions (1)

Accepted Solutions (1)

Shabarish_Nair
Active Contributor
0 Kudos

can you confirm if the certificates common name (CN) matches the url/host name you are trying to hit?

Former Member
0 Kudos

Hi,

In the issuer CN is the local host and in the owner CN is the host name.

Regards

Former Member
0 Kudos

Hi,

Follow the instructions of note 694290 to import the certificate chain

Intially you need to export the already existing private key to a .p8 file named exactly after the already existing private key entry. Then delete the private key entry and hit Load, put the .p8 file. Just export and then import the certificate file (CSR response), the intermediate CA certificate and the root CA certificate.

This should work

Thanks

Swarup

Former Member
0 Kudos

HEY... It worked.......

Thanks a lot......

Thank you very much...

Answers (6)

Answers (6)

0 Kudos

I experienced the same problem.

The solution for my problem was to add a parameter   strictHostnameChecking  with a value  false     under the Advanded tab - advanced mode - additional parameters   in the communication channel.

Former Member
0 Kudos

I know this thread is old, but recently I had the same error message but a very different and maybe disturbing solution:

All keys were correct in a SAP -> PI -> SOAP scenario with a user authentification. The reason for the error was in the typing of the user name which had to be in lower case for the connecting service, but I was using it in upper case.

Shabarish_Nair
Active Contributor
0 Kudos

can you confirm if the certificates common name (CN) matches the url/host name you are trying to hit?

Shabarish_Nair
Active Contributor
0 Kudos

can you confirm if the certificates common name (CN) matches the url/host name you are trying to hit?

Shabarish_Nair
Active Contributor
0 Kudos

can you confirm if the certificates common name (CN) matches the url/host name you are trying to hit?

prateek
Active Contributor
0 Kudos

Make sure u have imported the entire CA hierarchy of your server certificate into the list of trusted CA's in XI.

Regards,

Prateek