cancel
Showing results for 
Search instead for 
Did you mean: 

Help for configuring HTTPS connection needed

Former Member
0 Kudos

Hello,

we have to configure a HTTPS connection to send an http request to a server (using SOAP receiver channel). We have an certificate that should be imported.

However now I am stuck as the documentation is quite confusing.

Could you tell me in brief, which steps have to be done for configured the HTTPS connection (e.g. where to import the certificate etc).

Thank you very much!

Accepted Solutions (1)

Accepted Solutions (1)

former_member192295
Active Contributor
0 Kudos

Hi,

I have configured digital certificates in one of my project in ver PI 7.0. Check below steps wheter you have done or not.

1. For HTTPS protocol activation first we need to deploy SAP cryptographic library into PI server, after that we need to active port for https porotocl (SAP have standard port availabe for https protocol, if you need any specific port we can create and active)

2. Open Visual Administrator window under Keystore tab we need to deploy all certificates (Private, Public and root key).

3. Once you upload certificates in visual administrator window automatically the certificates will be displayed on sender/receiver agreement window.

4. In SOAP adapter we need to chaeck web security option. else we can't get options in sender/receiver agreement.

For more help find below links.

SSL Configuration

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

SSL config pdf

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/964f67ec-0701-0010-bd88-f995abf4...

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/23894238-0701-0010-40b0-a0a6d5c4...

SSL Message level security

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d024ca8e-e76e-2910-c183-8ea4ba68...

Certificate Authority

http://www.tc.umn.edu/~brams006/selfsign.html

Digital signature & document entryption

http://help.sap.com/saphelp_nw04/helpdata/en/4f/65c3b32107964996a56e4165077e24/frameset.htm

digital certificate configuration in xi

/people/varadharajan.krishnasamy/blog/2007/05/11/how-to-use-digital-certificates-for-signing-encrypting-messages-in-xi

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello,

just wanted to deliver some more details. I imported the certificate in View ICM_SSL* with entry type "certificate". However it cannot be selected in SOAP Receiver Comm Channel. Is there something missing? What else should be done?