sql - ORA-29024: Certificate validation failure -


i've followed following tutorials : create wallet,create acl

and still getting ora-29024: certificate validation failure error.

i'm trying query :

    utl_http.set_wallet('file:/home/oracle/wallet', 'password');   l_http_request  := utl_http.begin_request('https://somedomain.co.il');   l_http_response := utl_http.get_response(l_http_request); 

now i've added acl : *.somedomain.co.il,somedomain.co.il

and i've downloaded certificate der encoded, i've read somewhere 1 needed , didn't errors in proccess of generating wallet.

any thoughts?

i'm using oracle 11g

in end problem when exported certificate choose der, in case should have used pcks # 7, won't likley work in cases guess depends on key.

so guess if landed here try , play certificate files (be sure remove , re-add) , important, change sessions between tries know if worked or not because otherwise it'll keep giving error though should work.


Comments

Popular posts from this blog

node.js - Bad Request - node js ajax post -

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -