cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP comm channel with SSLException error

Former Member
0 Kudos

Hi,

I have set up a SOAP to web service but I'm encountering this error :

Message processing failed. Cause: com.sap.aii.af.ra.ms.api.RecoverableException: Peer sent alert: Alert Fatal: illegal parameter: iaik.security.ssl.SSLException: Peer sent alert: Alert Fatal: illegal parameter

SOAP: call failed: iaik.security.ssl.SSLException: Peer sent alert: Alert Fatal: illegal parameter

Has anyone also encountered this before? Is it because the target URL of the web service is using HTTPS?

Thanks!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

check the https service.

Cheers,

André

Former Member
0 Kudos

Hi Andre, could you please provide more details about how to check the https service? Is it within SAP XI/PI or is it BASIS function? I'm not a BASIS guy so would appreciate if you could give some steps so I can pass on to my colleague. Thanks!

Former Member
0 Kudos

SMICM ->Goto Services -> check if HTTPS is running.

If not, talk to a basis guy for installing the SAP crypto lib for enabling that service.

Pls also check if you have to store SSL certificates and certificate chains within STRUST.

Cheers,

André

Former Member
0 Kudos

Hi, the https service is running fine. According to BASIS guy, the cert has been added in STRUST. But actually I tested before using SOAPUI that it's possible to call the web service w/o cert....

Is there some configuration to be done in the Communication Channel (SOAP) for the web service? There is an option for Certificate Authentication - is this required to be set up?

Thanks for any advise!

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Reconfigure the Web service client logical port and enable HTTP protocol instead of HTTPS.

Please go through this link : http://wiki.sdn.sap.com/wiki/display/JSTSG/(WSR)Problems-P16.

Regards,

Ranjani.

Former Member
0 Kudos

Hmm, for this case, we are not in charge of the web service so cannot ask that they use HTTP instead of HTTPS.