Jaco Fourie
Jaco Fourie

Reputation: 115

Calling a HTTPS secure REST service using a REST Endpoint in BPM

I can make HTTP REST call inside a BPM Process. How do I do a secure HTTPS call. In Oracle I have to add the certificate to a wallet and then make the call. So how do you do that in WSO2 as it fails if I change the URL from HTTP to HTTPS ?

Upvotes: 0

Views: 76

Answers (1)

Chanikag
Chanikag

Reputation: 1439

You have to import the certificates to client-truststore as in this documentation.

Upvotes: 1

Related Questions