EBS Customizations (MOSC)

MOSC Banner

ORA-29024 Certificate Validation Failure even after defining wallet

in EBS Customizations (MOSC) 3 commentsAnswered ✓

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.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center