cancel
Showing results for 
Search instead for 
Did you mean: 

How to Setup SSL in SAP PI 7.3 Java

nipun_shedhani4
Explorer
0 Kudos

Hi,

I am looking out for some How To's and steps to start the SSL service on HTTP protocol for my SAP PI 7.3 java only server.

Please direct me to needful links or pdf's, if any.

Thanks

Regards,

Nipun

Accepted Solutions (1)

Accepted Solutions (1)

Former Member

Dear Nipun

A detailed procedure of setting SSL on SAP Java Application server has been described on sap help. Please refer below URL and its child URLs for the procedure:

Transport Layer Security on the AS Java

=============================

http://help.sap.com/saphelp_nw73/helpdata/en/bc/2ee9a2d023d64eac961745ea2cb503/frameset.htm

Let us know if you are using SAP Web-dispatcher in front of SAP Web AS Java. There are some more configurations steps needs to be done. I will tell you that also.

I hope this information helps you.

Tapan

nipun_shedhani4
Explorer
0 Kudos

Hi Tapan,

Thanks for your response, we are using a web dispatcher infact; could you share the additional steps with me

Regards,

Nipun

Former Member
0 Kudos

Dear Nipun

When SSL is set-up with an Intermediary Server (SAP webdispatcher) you have two options:

- Configuring the SAP Web Dispatcher to Tunnel the SSL Connection (End-to-End SSL)
- Configuring the SAP Web Dispatcher to Terminate the SSL Connection

In first scenario, SAP Web Dispatcher simply forwards the imcoming SSL request to the application server. You need to configure SSL on AS Java and set parameter in SAP Wed Dispatcher profile to enable it to forward incoming HTTPS requests.

In second scenario, 2 seperate SSL connections gets established. One between Client Browser and SAP Web-dispatcher and second between SAP Web Dispatcher and SAP AS Java Web AS. Here, SAP Web Dispatcher acts as both server and client. Hence, both types of configuration needs to be done at SAP Web Dispatcher.

Please refer below saphelp links:

Using SSL With an Intermediary Server
============================
http://help.sap.com/saphelp_nw73ehp1/helpdata/en/23/871e3e3986f701e10000000a114084/frameset.htm

Configuring SSL When the SAP Web Dispatcher is the Intermediary Server
======================================================
http://help.sap.com/saphelp_nw73ehp1/helpdata/en/43/6b7ee9f3fa1b459825aebaf82f7340/frameset.htm

Configuring the SAP Web Dispatcher to Terminate the SSL Connection

===================================================

http://help.sap.com/saphelp_nw73ehp1/helpdata/en/36/fd39eacf4cde4a8fe32d7f29b3db16/frameset.htm

I hope this information will help you!

Tapan

Answers (3)

Answers (3)

hemanth2
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Nipun,

Hope you are doing good.

Apart from the links, if you face any issues after configuration, run the web diag tool as outlined in SAP Note No. 1019634-  Troubleshooting SSL problems and reproduce the issue and you will get valuable inputs on the issue. If you need more information about the setup of HTTPS: please navigate to

http://service.sap.com/trainingcontent

and select the latest ADM 200 course.

This has all the information about the setting up of HTTPS.

Also for End-to-End SSL, check:

http://help.sap.com/saphelp_nwce72/helpdata/en/48/99c388d7c46bb9e10000000a42189d/frameset.htm

Thank you and have a nice day :).

_____________

Kind Regards,

Hemanth

former_member193376
Active Contributor
0 Kudos

Hi

Go to your Netweaver Aministrator ->

go to configuration and managment,

go to certificates and keys,

Filter for TrustedCAs

under this you import your certificate file.

Hope this helps

Regards

S

Former Member
0 Kudos

Hi,

Check SAP Note 1309239, FAQ No 16.

The check the referred link:

http://help.sap.com/saphelp_nw73/helpdata/en/48/a9bb457e28674be10000000a421937/frameset.htm

Regards,

Srikishan