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:
SSL" target="_blank">http://help.sap.com/saphelp_nw2004s/helpdata/en/fb/322f41d606ef23e10000000a155106/content.htm">SSL configuration
This link describes in detail the communication that takes place:
Technical" target="_blank">http://help.sap.com/saphelp_nw2004s/helpdata/en/5e/f85141196ff423e10000000a155106/content.htm">Technical communication PI 7.0
I think from this list of Exchange Profile this is how I would enable SSL internally (set port any way):
Exchange" target="_blank">http://help.sap.com/saphelp_nw2004s/helpdata/en/c6/6f1741b393f26fe10000000a1550b0/content.htm">Exchange Profile parameters - connections is relevant
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.