Announcement:
wanna exchange links? contact me at sapchatroom@gmail.com.
Posted by
Admin at
Reply from David Slocum on Apr 20 at 10:07 AM The web dispatcher is fairly easy to get up and running in short order. If you are using this for SSL, then you need to consider a few additional options. For example, will you be terminating the SSL at the web dispatcher and passing the message on to the SAP application in plaintext? That is the easiest to configure. If SSL is required over the entire path (external user -> web dispatcher -> SAP app) then you have two options. One is SSL pass-through where the web dispatcher just takes the encrypted packet and sends it on to the SAP app without doing anything with it. This is also easy to set up, but it won't work for stateful connections where subsequent messages in the same transaction need to get processed on the same SAP instance. If a stateful connection is required, then you need the third option, which involves decrypting the packet at the web dispatcher so that it can get at the stateful data, and then re-encrypting the packet before sending it on to the SAP app. A little searching on "web dispatcher ssl" on SAP Marketplace should help point you in the right direction. SAP Note 2014996 might be useful. Also, the following wiki post might help - https://wiki.scn.sap.com/wiki/display/ASJAVA/Confi gure+Web+Dispatcher+for+SSL+termination Thanks, Dave
| | | ---------------Original Message--------------- From: Andy Murzyn Sent: Wednesday, April 19, 2017 8:50 PM Subject: How to Configure ABAP Server to Recognize SSL Certificate for FIORI Thanks David. We do have an F5 on the network but I'm not sure how difficult that will be to configure. Perhaps in the future. My main objective is to configure SSL, since they are looking at going live in a few weeks. Andy Murzyn SAP Basis Admin | | Reply to this email to post your response. __.____._ | _.____.__ |