Reputation: 115
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
Reputation: 1439
You have to import the certificates to client-truststore as in this documentation.
Upvotes: 1