cancel
Showing results for 
Search instead for 
Did you mean: 

SAP PI 7.0 https communication

Former Member
0 Kudos

Dear All,

Im in the process of setting up PI for B2B connectivity with the client using BC and we PI 7.0. I would like to have https communication when sending messages over the internet. I would like to know on which stack we would have to configure SSL https communication, either on Java or ABAP stack.Any pointers to a step by step guide would be very much appreciated.

Thanks,

Mohammad.

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member192295
Active Contributor
0 Kudos

Hi,

follow below steps

1.SM59 take connection type http and selection type of connection is external system and fill all values in window.

2. need to configure logical port torugh lpcong transaction code

3. after that goto J2EE visual adimistrator and configure certificates either create or upload. else sap site we can download few certificates, its valid upto 8 months

4. givea keystore value in http or soap adapter, which keystore value u mentioned at visual adimistrator

It is working fine with java stack compare with ABAP

i hope clear little bit

Edited by: NALLAM GUNA RANJAN on Jul 31, 2008 8:01 PM

Former Member
0 Kudos

hi ,

All PI runtime components using the HTTP protocol support the encryption of the HTTP data stream by means of the SSL protocol, also known as HTTPS. HTTPS data streams are completely transparent to usage type PI.

To enable an HTTPS connection, two steps are required:

...

1. Both parties of an HTTP connection (that is, the HTTPS client and the HTTPS server) must be technically enabled.

2. The internal PI communications and the messaging communications must be configured in PI to use these HTTP connections.

U can go through the below links . it has all the details: -

http://help.sap.com/saphelp_nwpi71/helpdata/en/14/ef2940cbf2195de10000000a1550b0/frameset.htm

Former Member
0 Kudos

Mohammed,

What adapter are you planning to use for the communication?

Regards

Haseeb

Former Member
0 Kudos

Haseeb,

I am planning to use http adapter.

Regards,

Mohammad.

Former Member
0 Kudos
Former Member
0 Kudos

Dear Thangavel,

Yes, the Adapter Guide says a lot about http, but what I am looking for is how to do the technical tasks of configuration, generating the Certificate request and applying the certificate response. From where I should begin. A step by step guide would be highly appreciated.

Thanks,

Mohammad.

Former Member
0 Kudos

Dear All,

Please help me on this as we are looking to have only https communication using the network layer and not message level.

A step by step guide would be very helpful.

Regards,

Mohammad.

Former Member
0 Kudos

You need to configure both ABAP & Java with SSL.

http://help.sap.com/saphelp_nw70/helpdata/EN/65/6a563cef658a06e10000000a11405a/content.htm

http://help.sap.com/saphelp_nw70/helpdata/EN/f1/2de3be0382df45a398d3f9fb86a36a/frameset.htm

YOu can also search help.sap.com for PI specific SSL configuration.

-Regards

RK