cancel
Showing results for 
Search instead for 
Did you mean: 

Cannot perform operation, certificate has to be signed first

Former Member
0 Kudos

Hi All,

I have to send an XML from PI to a URL of my customer. I did a simple Webservice receiver channel , with the setting below. But I am getting an error:

java.io.IOException: Failed to get the input stream from socket: java.io.IOException: Fatal SSL handshake error: java.lang.RuntimeException: Cannot perform operation, certificate has to be signed first

The certificate is not installed wrong because it is working in other interfaces.

Regards,

Erica

Accepted Solutions (1)

Accepted Solutions (1)

former_member182503
Active Contributor
0 Kudos

Hello Érica,

Are you sure you need to use Certificate Authentication to use this interface?

What would I do:

1 - Remove Certificate Authentication from the SOAP Channel;

2 - Add server`s certificate into your SAP PI TrustedCA KeyStore;

To retrieve the server`s certificate and import it into your PI KeyStore, check this blog, step 4 onwards:

+info:

Best regards,

JN

Former Member
0 Kudos

Thank you very much Jose.

The solution is corrected.It is working now.

Regards,

Erica

Answers (0)