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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

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
256 views