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!

How to create a wallet to be used with apex_web_service.make_rest_request

Jose ArósteguiApr 14 2021

Hi experts,
I'm using Apex 18.2 and I need to call a rest web service with apex_web_service.make_rest_request.
I'm familiar with the procedure of creating an Oracle Wallet and include the target root/intermediate certificate, but this scenario is different than the already calls and wallets I have set up previously because I have to authenticate using a .pfx that includes this certificate (that seems to be self signed):
The target URL is secured with https.

image.pngI've already tested to create a wallet that includes the root and/or intermediate certificates of the target https page, but I'm don't know how to include the authentication certificate. (I have the password of the .pfx so I could extract private key or operate with it).
I've set up the equivalent test in Postman and it's responding correctly. Issues with ACL can be discarded too as they were solved in the beginning.
The error I'm having is ORA-29273: HTTP request failed ORA-28857: Unknown SSL error
Thanks,
Jose.

Comments
Post Details
Added on Apr 14 2021
4 comments
3,743 views