cancel
Showing results for 
Search instead for 
Did you mean: 

Configuration of internal PI 7.0 communications to use https

george_hamilton
Participant
0 Kudos

I am looking for some clear documentation on how to do this. I have read through the documentation discussing this but it does not specifically tell you the steps. This is the type of verbiage I have found:

"The components of a process integration (PI) landscape communicate with each other for different purposes like configuration, administration, monitoring, or the actual messaging.

In addition to proper messaging, technical communication between various PI tools and runtime components is required.

Two different technical protocols are used for these communications: HTTP and RFC. Both the technical and the business communication are described together with the used protocols in the following two sections:

"

I've gotten this from this link:

<a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/fb/322f41d606ef23e10000000a155106/content.htm">SSL configuration</a>

This link describes in detail the communication that takes place:

<a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/5e/f85141196ff423e10000000a155106/content.htm">Technical communication PI 7.0</a>

I think from this list of Exchange Profile this is how I would enable SSL internally (set port any way):

<a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/c6/6f1741b393f26fe10000000a1550b0/content.htm">Exchange Profile parameters - connections is relevant</a>

Is this where I should change the port numbers? Where do I activate the https for communication between internal components? Are there any ABAP stack (SM59) connections to change? Any help is greatly appreciated. Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos
george_hamilton
Participant
0 Kudos

Thanks. I've followed all of the steps and when I hit each stack individually (ABAP=https://<hostname>.<domainname>/sap/bc/bsp/sap/it00/default.htm test page) and J2EE (https://<hostname>.<domainname>:50001) there are no problems with https communication.

I just don't know how to have it so that when I call Integration Builder from the ABAP Stack that it is called up in https. That is, TCODE - SXMB_IFR (Start Integration Builder). I've changed every port/hostname in the Exchange Profile under connections and I've changed com.sap.aii.connect.secure_connections to "all". Which should mean messaging and internal data. How do I activate this https connection?

Answers (2)

Answers (2)

Former Member
0 Kudos

I am looking for a post installation guide for xi 7.0, if you can provide any documentation that would be of great help

thanks

Former Member
0 Kudos

George,

Have you seen this weblog:

/people/rahul.nawale2/blog/2006/05/31/how-to-use-client-authentication-with-soap-adapter

Also you have to enable this. Check this help:

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b2e7020d-0d01-0010-269c-a98d3fb5...

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

---Satish