cancel
Showing results for 
Search instead for 
Did you mean: 

SSL ChainVerifier error

Former Member
0 Kudos

Dear experts,

we call a web service via HTTPS (SOAP adapter) and the external web service provider changes the certificate every week. We get a ChainVerifier error each week because of this. How can we configure PI to accept these new SSL certificates automatically, so that we don't need to manually import the new one?

Best regards,

David

Accepted Solutions (0)

Answers (1)

Answers (1)

iaki_vila
Active Contributor
0 Kudos

Hi David,

As far as i know it is impossible to configure the HTTPS like you requirement.

I think the only solution is doing yourself an adapter for this. Check this java code: java - Trusting all certificates using HttpClient over HTTPS - Stack Overflow

If you get a solution, i think you can create a document in SCN sharing the solution, we will appreciate it.

Regards.