cancel
Showing results for 
Search instead for 
Did you mean: 

Configuring XI for SSL ?

Former Member
0 Kudos

Hi Guys,

My scenario is SOAP-Proxy and i need to send the data to a remote system using SSL. I am using the XI adapter on the receiver side.

I have installed the sap crpto lib on the ABAP stack, I am confused whether i need to do it on ABAP or Java ?

any help would be appreciated

Thanks,

Raj

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Raj,

You need to install crypto lib for both ABAP and Java stack.

Reason for this is that all ABAP adapters (IDoc, HTTP etc.) all depends on the crypto lib installed on ABAP stack, and all JAVA adapters (SOAP, FILE/FTP etc.) all depends on the crypto lib installed on JAVA stack.

Configuring the SAP Web AS for Supporting SSL - ABAP

http://help.sap.com/saphelp_nw70/helpdata/en/65/6a563cef658a06e10000000a11405a/frameset.htm

Installing the SAP Cryptographic Library on the AS Java

http://help.sap.com/saphelp_nw70/helpdata/en/9b/29f63def83c452e10000000a114084/frameset.htm

SAP NetWeaver Process Integration Security Guide

http://help.sap.com/saphelp_nw70/helpdata/en/f7/c2953fc405330ee10000000a114084/frameset.htm

SAP NetWeaver Security Guide

http://help.sap.com/saphelp_nw70/helpdata/en/8c/2ec59131d7f84ea514a67d628925a9/frameset.htm

Best regards,

Jacob