Dears,
We have configured our PI 7.1 system to send payment messages to our business partner through its HTTPS URL using SOAP adapter, hence while testing we are getting the following error message; I'll appreciate if anyone can give his/her expert advice on this:
SOAP: call failed: iaik.security.ssl.SSLException: Peer sent alert: Alert Fatal: bad certificate
For more Information we did the following:
We received partner's public key certificate and we installed it on PI Trusted CA.
We provide them our public key to install it on their system.
I already developed a stand-alone java class to post to partner URL and after i added all certificates to Java trust certificates i got same error message (EXCEPTION : javax.net.ssl.SSLHandshakeException: Received fatal alert: bad_certificate).
We add their server to our network. so we are using IP addresses to send and receive.
We configured PI https ports .
I already read many articals, but i don't know where is the problem exactly.
Regards,