utl_http & https request ORA-29024 11g
519477Nov 24 2008 — edited Mar 18 2011Hi,
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!