Skip to Main Content

SQL & PL/SQL

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!

utl_http & https request ORA-29024 11g

519477Nov 24 2008 — edited Mar 18 2011
Hi,

I try do request

SELECT UTL_HTTP.REQUEST(url => 'https://......',proxy => null,wallet_path =>'file:/etc/ORACLE/WALLETS/oracle',wallet_password => '1234567890') FROM DUAL;

I using Oracle 11g Standart edition for linux.
I make steps for add oracle wallet on owm to import truster certificat from web site
But all time i get error:

ora-29024: Certificate validation failure

Please help!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 15 2011
Added on Nov 24 2008
9 comments
6,199 views