In Apex 20.1, when consuming services from an api it shows the error
Ora-29273 http request failure
So I try in sqldeveloper the following:
Select apex_web_service.make_rest_request (
P_url => ‘https://developers.decidir.com/api/v2/healthcheck’,
P_http_method => ‘GET’) from dual;
And I get the same error.
I have created ACL with connect, resolve privileges for my apex user
That link does not have CA, since testing it from Arc, postman or any browser works fine
Any ideas ?
It worked fine, thank you very much
This is the clearcut certificate validation error.
You have to manually download and save the certificate to your system and then copy it to the Oracle wallet.
You can refer to this link for the whole procedure.