CURL Certificates in a CPM
Summary
Need help with a curl error due to lack of certificates in CPMContent
I have created an asynchronous CPM that uses cURL to call a json web API we have outside of Oracle. The web API is actually hosted as an Azure API, and I am able to successfully reach the API, and get a valid response in Postman with no custom certificates. When I insert the cURL part of the code into the CPM. I get the following error.
---------------------------------------------------
error setting certificate verify locations:
CAfile: /etc/pki/tls/certs/ca-bundle.crt
CApath:none
---------------------------------------------------
Has anyone come across how to resolve this? I do not wish to disable verify peer.
2