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!

ORA-29106: Cannot import PKCS #12 wallet in oracle apex

lijNov 26 2014 — edited Nov 26 2014

Dear All,


Re: ORA-29273: HTTP request failed

I wanted to continue with this thread but since it was not possible i am posting a new thread


With reference to the above thread please suggest how we can overcome this ORA-29106 error. We created an oracle wallet and imported the certificate.  The statement 'select utl_http.request(url, NULL,wallet_loc,wallet_pwd) from dual' is succesfful.


The issue is when i call a procedure to execute a webservice with utl_http.begin_request function in Oracle Apex version 4.2.

If i dont use set_wallet in the procedure then i am getting certificate validation failure. Once i specify set_wallet then i am getting ORA-29106: Cannot import PKCS #12 wallet in oracle apex. The certificate is PKCS#7 format as when i was creating the file PKCS12 format was not enabled. If i use any other format for the certificate the statement 'select utl_http.request(url, NULL,wallet_loc,wallet_pwd) from dual'  is not successful

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 24 2014
Added on Nov 26 2014
1 comment
1,815 views