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!

ORA-29024: Certificate Validation Failure - How to Configure Wallet for Apex 22.2 Cloud

User_DFBR1May 2 2023 — edited May 3 2023

Exception in "begin_request":
Error Stack: ORA-29273: falha na solicitação HTTP
ORA-29024: Certificate Validation Failure
ORA-06512: em "SYS.UTL_HTTP", line 380
ORA-06512: em "SYS.UTL_HTTP", line 1148
Backtrace: ORA-06512: em "SYS.UTL_HTTP", line 380
ORA-06512: em "SYS.UTL_HTTP", line 1148
ORA-06512: em "APEX_230100.WWV_FLOW_WEB_SERVICES", line 883

comand line:

v_json_api := apex_web_service.make_rest_request (
p_url => 'https://gateway.apiserpro.serpro.gov.br/token?grant_type=client_credentials&Authorization=base64('||l_consumer_key||':'||l_consumer_secret||')',
p_http_method => 'GET'
);

site certification:

Sectigo RSA Organization

Problem desccription: I did a thousand searchings for this error and I belive the problem is related to a wallet creation. The documentation for APex 22.2 is referencing to create a Wallet using Administration, Instance Manager and Wallet. The problem is that: APex 22.2 Cloud has not these options, I've created my WORKSPACE directly using Apex Cloud.

Could somebody help me how to solve this issue?

Thanks a lot.

Comments
Post Details
Added on May 2 2023
2 comments
662 views