cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP STACK and JAVA STACK certificates

Former Member
0 Kudos

Hi Fiends,

I have requirement in which I want to use HTTP adapter to send message and apply security certificate. I got from sdn that if I wan to use http adapter with certificate than I have to install certificates in ABAP stack.

My problem is I had one scenario in which I am using BC adapter to send message with security certificate and for that I had applied certificates in java stack and its working properly.

My question is,

Is it possible to use Java Stack and ABAP STACK together..?

I mean is it possible to implement both of the above scenario in same xi system?

Accepted Solutions (0)

Answers (2)

Answers (2)

kkram
Contributor
0 Kudos

Not sure if I understand your question correctly but I assume you want to know whether SSL is possible in both ABAP stack and Java stack. The answer is, yes it is possible. In case of BC adapter, it runs in the java stack and hence you imported the certificates in the java key store. However, HTTP adapter runs on the ABAP stack and hence if you have to do SSL in ABAP stack, you have to import the certificates in the ABAP side.

Thanks

KK

Former Member
0 Kudos

Hi Soni,

You cannot use the same certifcates wihch you installed in Java stack with abap stack. You need to install separealy on teh abap stack.

For HTTP communication you dont need to install certificates. You only need when you want to use HTTPS communication. So if you want to use HTTPS communication and want to use SOAP adapter then you can use ther certifcates which is already installed on java stack. But if you want to use HTTP adapter then you need to install in ABAP stack.

Please see this hlep on how to install on the java stack and the process behind it:

http://www.i-barile.it/SDN/EnablingSSL&ClientCertificatesOnTheSAPJ2EEEngine.pdf

Also check this help:

http://help.sap.com/saphelp_nw04/helpdata/de/14/ef2940cbf2195de10000000a1550b0/content.htm

on abap stack check seshus response:

Regards,

---Satish

Former Member
0 Kudos

Hello Satish,

I dont want to use the java stack certificate on abap stack, there will be two different certificate, one on java stack and one on abap stack. My question is can we use this both the stack on same xi server.

I mean there will be two different scenario,... one uses the java stack. and other will use abap stack.

Is it possible?

Former Member
0 Kudos

Soni,

You can also install one certificate in both abap and j2ee engine. Only tihng is you need to install these certificates on these stacks. So the answer is YES for your question.

Regards,

---Satish