cancel
Showing results for 
Search instead for 
Did you mean: 

How to enable ssl/security for sender soap adapter

former_member197830
Participant
0 Kudos

Hi All,

Scenario: soap to soap

I want to enable security(ssl) for both sides and can one help me how to enable security for sender and receiver.

Thank you,

NARASAIAH T

Accepted Solutions (1)

Accepted Solutions (1)

former_member197830
Participant
0 Kudos

Thank you Supriya

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Narsaiah,

For Sender SOAP side: Since the sender system will access HTTPs URL of PI, you will have to configure HTTPs port of PI. Generally, it is a basis task to configure HTTPs port in PI, you can generate necessary certificates in PI and provide them to basis team. Basis team will use these certificates to configure HTTPs port. Once the port is configured, you can share public key of the certificate with sender system as well and test the connection after configuring sender SOAP channel with necessary parameters.

For Receiver SOAP side: When PI has to send SOAP messages to receiver SOAP based web-service, then you can upload the public key provided by third party in PI and test the connections.

In both the cases above, ensure that the necessary firewall ports between third party and PI systems are open by both the network teams.