cancel
Showing results for 
Search instead for 
Did you mean: 

SSL via Web Dispatcher to XI

brian_arthern2
Participant
0 Kudos

Hi,

This is a question that my team members have posed before, with no satisfactory resolution (even despite months of OSS ranglings with SAP!).

I am therefore hoping someone can assist.

We have PDA devices that we are attempting to connect to ECC5 via PI 7.0. They are connecting over GPRS using HTTPS. In order to authenticate they send a client certificate signed by a CA known to PI. In order to get to PI (which is in the corporate zone) they communicate with a Web Dispatcher deployed in the DMZ.

We are using end-2-end SSL on the Web Dispatcher.

The problem is that when making HTTPS communication, the WD communicates first with the Message Server to determine the port for HTTPS. Despite us specifying the J2EE port in the call, the request is directed to the ABAP HTTPS port. We are attempting to invoke a call on the SOAPAdapter which resides in the JAVA stack.

The end result is we need to authenticate using the ABAP Trust Manager (which we do not want to do as it has limitations in terms of the number of client certificates that can be registered).

We therefore need to know any way to avoid the ABAP engine and direct the call directly to the J2EE engine.

Please help!!

Thanks

Brian

Answers (2)

Answers (2)

george_hamilton
Participant
0 Kudos

How did you configure the web dispatcher and ABAP SSL so you didn't get a certificate mismatch when you had a redirect from the web dispatcher to the abap stack? I can't request a certificate in the name of the web dispatcher for the ABAP stack like I can for the JAVA Stack. Any info is greatly appreciated as I cannot get this to work (I can get it to work for the EP with the web dispatcher). I am doing the SSL end to end scenario.

Former Member
0 Kudos

Hi Brian

refer this

http://help.sap.com/saphelp_nw04/helpdata/en/d8/a922d7f45f11d5996e00508b5d5211/frameset.htm

refer this thread also

hope this will help u ...

Pls Reward if useful