Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

certificate problem with apex.oracle.com

melmanJan 3 2025

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

This post has been answered by melman on Jan 6 2025
Jump to Answer
Comments
Post Details
Added on Jan 3 2025
1 comment
293 views