cancel
Showing results for 
Search instead for 
Did you mean: 

Reg.HTTPs

Former Member
0 Kudos

Hi,

Scenario is SOAP-XI->SAP. Here my sender is having a Webserver(Tomcat).

Webserver was configured with SSL. It will communicate over HTTPS to target components(in our case it XI).

So, here my question is Do XI need to install any kind of digital certificates and should enable to HTTPS port in this case?

Please help me here and no links pl

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Dear Naresh,

Go through this SAP help documents for SOAP Sender related issue:

1. [HTTPs and SSL|http://help.sap.com/saphelp_nw70/helpdata/EN/14/ef2940cbf2195de10000000a1550b0/frameset.htm]

2. [SOAP Sender Adapter Configuration|http://help.sap.com/saphelp_nw70/helpdata/EN/0d/5ab43b274a960de10000000a114084/frameset.htm]

Regards

Praveen

Former Member
0 Kudos

I need to enable HTTPs port in XI as well. right?

Former Member
0 Kudos

Hi,

Yes you need to enable HTTPS port on XI server as well. Then you can use HTTPS.

Regards,

Rajeev Gupta

Former Member
0 Kudos

Hi,

Yes you need to enable HTTPS port on XI server as well. Then you can use HTTPS.

Regards,

Rajeev Gupta

Former Member
0 Kudos

Hi,

Yes you need to enable HTTPS port on XI server as well. Then you can use HTTPS.

Regards,

Rajeev Gupta

Former Member
0 Kudos

Hi,

Yes you need to enable HTTPS port on XI server as well. Then you can use HTTPS.

Regards,

Rajeev Gupta

Former Member
0 Kudos

Hi,

Yes you need to enable HTTPS port on XI server as well. Then you can use HTTPS.

Regards,

Rajeev Gupta

Former Member
0 Kudos

Hi,

Yes you need to enable HTTPS port on XI server as well. Then you can use HTTPS.

Regards,

Rajeev Gupta

Former Member
0 Kudos

Hi,

yes enable HTTPS port on XI server.

Regards,

Rajeev Gupta

Former Member
0 Kudos

yes enable HTTPS port on XI server.

Answers (2)

Answers (2)

prateek
Active Contributor
0 Kudos

Yes, SSL should be enabled onm XI server. Then only it could accept the request from the sender system. You have to exchange the certificate details.

Regards,

Prateek

Former Member
0 Kudos

Hi,

yes, you will need to deploy the SSL client certificate from your Tomcat webserver in your XI server. Then you can use SOAP over HTTPS.

Regards,

Rajeev Gupta

henrique_pinto
Active Contributor
0 Kudos

Actually, the certificate (with private key) you need to store is the certificate that XI server will use to authenticate itself, not tomcat's.

Furthermore, in the configuration (check links above), you have the option to request (or not) client authentication. In your case, you need to select it to be requested.

Then, for the client certificate to be accepted, you need to make sure that it's root CA certificate (check the CA certificate tree, for the tomcat's certificate) is imported into XI's server TrustedCAs Key Store.

Regards,

Henrique.