I have a PL/SQL package/procedure that makes HTTPS requests to an API. I setup an oracle wallet with the certificates to the remote API and it worked great for a few weeks. last week it started throwing the following:
ORA-29273: HTTP request failed
ORA-29024: Certificate validation failure
I hadn't changed anything in the package or wallet and a few days later the process started working again. Any thoughts on what might cause this? Setting that a DBA may have made or network issue? I know that the certificate and remote API were working because we have a Rails application that also makes API calls to the same resource. Any thoughts or suggestions are appreciated.
Thanks