cancel
Showing results for 
Search instead for 
Did you mean: 

Https for SOAP and HTTP Receiver adapters in PI 7.1

Former Member
0 Kudos

Hi,

We need HTTPS Transport protocol is required to send the message to receiver systems.

Currently we are using below procedures for https:

1) HTTP with SSL (= HTTPS) without client authentication

2) HTTP with SSL (= HTTPS) with client authentication

But client donu2019t want this procedure.

Here my question is How to enable the https Transport protocol in SOAP and HTTP Receiver adapters.

Accepted Solutions (1)

Accepted Solutions (1)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

>>Here my question is How to enable the https Transport protocol in SOAP and HTTP Receiver adapters.

What I see is your client wants PI to send communication via HTTPS transport protocol. That means you have to apply for trusted certificate and import that certificate root node in Netweaver keystore.

Then change the transport protocol from http to https in soap and http receiver communication channel and communicate to client via certificate authentication.

Plenty of documents available in sdn about https certificate authentication. Please go through those links.

check this thread.. might be helpful

Former Member
0 Kudos

HI Gopal.

Then change the transport protocol from http to https in soap and http receiver communication channel and communicate to client via certificate authentication.
.

How to change the Transport protocol from Http to HTTPS. after using certificate authentication i am able to select HTTP only in Communication channel.

Clint don't want use the SSL because it is maintainance issue.. in feature..

Thanks

Srinivas

baskar_gopalakrishnan2
Active Contributor
0 Kudos

>> How to change the Transport protocol from Http to HTTPS

HTTP adapter: Use HTTP Destination option in the http reciever adapter. In SM59 create destination type of G and provide ssl details. That is the way we can make HTTP to work as HTTPS.

>>Clint don't want use the SSL because it is maintainance issue.. in feature..

Check this link for SOAP adapter

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

Answers (0)