Skip to Content
0
Former Member
May 27, 2008 at 06:38 AM

SSL Config for SAP webgui service of ABAP

222 Views

Hi Gurus,

We have a duel stack system, details are as follows:

ECC 6.0 SR2

ABAP Stack 11

Java Stack 13

we want to access the webgui via internet and for this we have configured the webdispatcher which is behid the firewall. we had created the ccr and got the CA response which is imported in the Dispatcher. So the traffice from the end user to Dispatcher is SSL enabled. Then we did same thing for ABAP as well and now the completed trafic is SSL enabled. Our problem is...

when we use the URL to login to webgui it changes the url and hence does not work from internet. Please note that we dont want to expose our ECC system to public netowrk.

e.g :

https://portal.mycompany.com:8100 --> this is the web dispatcher URL this should give us the login screen and stay as it is all the time. But ......when it gives the login screen it gets changed to

https://ecc60server.mycompany.com:8000 --> and as the ECC server cant be accessed via internet this URL fails when we are outside the company network.

similarly for the Java stack of the same system also we have the URL and it works just fine.

rewards will be awarded for the solutions....

Pravin