cancel
Showing results for 
Search instead for 
Did you mean: 

SSL Error in SOAP lookup (UDF)

Former Member
0 Kudos

Hi ,

We are getting SSL error while doing soap lookup , but same channel works fine when it is used in the actual interface , certs are loaded in keystore

Regards

Ravi

Accepted Solutions (0)

Answers (1)

Answers (1)

engswee
Active Contributor
0 Kudos

Hi Ravi

Check out the following thread which has the similar issue as yours.

You can try first to add the trust store in the channel parameters. If it does not work, you might have to try and install the certificate in the JVM.

Regards

Eng Swee

Former Member
0 Kudos

Thanks Eng , looks like similar scenario , can you send me "how to" details to install certs on JVM , looks like mapping lookups does not looks for certs in TrustStore  (I have added the trust store channel parameters)

engswee
Active Contributor
0 Kudos

Hi Ravi

This requires OS level access to the server and performed using the keytool utility. Refer to page 4 of the following

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/7ec5250c-0e01-0010-cd90-ecaa6a3a1...

As this step is not specific to SAP/PI, you can also refer to other materials online such as below:-

Using the keytool Utility (Sun Java System Application Server Platform Edition 8.2 Administration Gu...

Regards

Eng Swee