Hi,
I try to use a REST Service from my APEX Cloud instance, but I have problems with ssl certificate, I got the error ORA-29024: Certificate validation failure.
In the past I used other https sites, so I had set the ACL and put the root certificates into the wallet.
It's a little bit strange, when I try this:
SELECT UTL_HTTP.REQUEST('https://www.oracle.com',null,'<wallet-path>',null) FROM dual;
I got a result, but when I try this:
SELECT UTL_HTTP.REQUEST('https://apex.oracle.com',null,'<wallet-path>',null) FROM dual;
I got an error.
So I guest the certificate in the wallet should be correct, or?
I use a 19c DB with APEX 20.2
Have anyone a good hint, what should I do to use my APEX Cloud Rest Service?
Regards
Knut