ORA-29024 Certificate Validation Failure even after defining wallet
Hi All,
I want to call a SSL rest api from plsql. I created a wallet using following commands:
mkdir -p /u01/app/oracle/admin/UAT2/dialog
orapki wallet create -wallet /u01/app/oracle/admin/UAT2/dialog -pwd A1!b2c3D4$ -auto_login
orapki wallet add -wallet /u01/app/oracle/admin/UAT2/dialog -trusted_cert -cert "/tmp/dialogsms.cer" -pwd A1!b2c3D4$
Then I called this wallet in plsql code like below:
UTL_HTTP.SET_WALLET('file:/u01/app/oracle/admin/UAT2/dialog');
But it is throwing Certificate Validation Failure error.