I am trying to integrate DocuSign with my APEX application and I set up Oracle Wallet with DocuSign certificates for API REST and Authentication . I am getting an Oracle error: ORA-29273: HTTP request failed ORA-06512: at "SYS.UTL_HTTP", line 1130 ORA-29024: Certificate validation failure
I had the Oracle DBA install 3 DocuSign certificates to Oracle Wallet based on developer environment endpoints for authentication and REST API based on what I found Tfrom the following DocuSign’s webpage:
https://developers.docusign.com/docs/esign-rest-api/how-to/ :
https://account-d.docusign.com (This redirects to https://appdemo.docusign.com/home as well so I included this as well https://demo.docusign.net/
But I get the error when returning to my application (Redirect URI).
Please provide the specific certificates or the full URL so I can download the certificates myself.
Robert