Invalid Credentials error while making HTTPS call

Hi All

I am trying to make a HTTPS call from one IS to other.

We are using self signed certificates and i tried making call from one IS to other.

I tried using the setKeyAndChain service by providing the same PrivateKey which we generated in the server side.

But i am gettting the following error in Server side


Aborting connection from /10.248.11.206: [ISS.0084.9001] Invalid credentials


I tried configuring the certificates in Outbound SSL Certificates as well but i am still getting the same error

Could you please help me with this issue

Thanks in Advance

Regards

Mani

The concept is very simple.

FOR OUTBOUND : SERVER A TO SERVER B
NO CERTIFICATE CONFIG NEEDED AT SERVER A - JUST ENSURE ON SERVER B THE ROOT SIGNING CERTIFICATE OF SERVER A IS IN ITS TRUSTED STORE.

FOR INBOUND : SERVER B TO SERVER A
THE ROOT SIGNING CERTIFICATE AUTHORITY OF SERVER B SHOULD BE IN THE TRSUTED STORE OF SERVER A AND YOU SHOULD HAVE A USER NAME/PWD PAIR WITH THE RELEVENT CERTIFICATE MAPPED I THE SERVER A ->ADMIN->CERTIFICATES->Configure Client Certificates PAGE

This is all you need to know.