cancel
Showing results for 
Search instead for 
Did you mean: 

Invoking HTTPS url from PI

Former Member
0 Kudos

Hi,

We are using PI 7.1 and I need to configure an HTTPS receiver to invoke an HTTPS url.

I do NOT intend to use client authentication.

I have gone through many links on the sdn and need to know the basic steps to accomplish this.

regards,

Piyush Mathur

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You have to deploy SAP Cryptographic library.

Then import your certificate to STRUST

At last you can go to sm59 and create a destination.

Thats it.

Former Member
0 Kudos

Hi Arman,

Thanks..

I would try and this and get back in case of issues.

Piyush

Answers (2)

Answers (2)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

>>>I do NOT intend to use client authentication.

Since you are invoking HTTPS URL on the receiver side, You have to follow the expecting rule from the other side.

HTTPS (Over SSL)

two ways

a) no client authentication ( i.e means no certificate authentication required) simple just HTTPS protocol. nothing to do.

b) client authentication ( you have to accept the third party or that external vendor certifcate and import it in the server).

(While sending the HTTPS Call your system will send the client authenticated message to the third party vendor.

Hope answered your question. If you need more help, please elaborate your third party requirement .

abhay_rajhans2
Contributor
0 Kudos

Hi Piyush,

Misinterpreted the requirement removing post.

Edited by: Rajhans Abhay on Jan 14, 2011 2:10 PM