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.
I'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.