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.

PWA send push notification - ORA-29024: Certificate validation failure.

user560751Jun 29 2023

Hi

I am trying to send push notifications from PWA. I have set all like:

1. wallet path in oracle apex

2. install SSL in oracle wallet.

3. show me success result when run

select apex_web_service.make_rest_request(
   p_url => 'https://domainname.com', 
   p_http_method => 'GET' ) from dual;

?<!DOCTYPE html>
<html>
<head>

<!-- Basic -->
<meta charset="utf-8">

the exact issue not now. kindly help me to resolve this issue.

Thanks

Comments

Post Details

Added on Jun 29 2023
5 comments
944 views