Skip to Main Content

Database Software

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!

Cannot import PKCS #12 wallet

3342093Jun 15 2017 — edited Jun 16 2017

Hello OTN Members,

We are trying to call a Webservice from Oracle 11.2.0.3 database. We have added required certificates in Oracle Wallet. While calling that web service we are getting below error.

When trying with  UTL_HTTP.BEGIN_REQUEST :

DECLARE

*

ERROR at line 1:

ORA-29273: HTTP request failed

ORA-06512: at "SYS.UTL_HTTP", line 1130

ORA-29106: Cannot import PKCS #12 wallet.

ORA-06512: at line 11

When trying with show_html_from_url :

*

ERROR at line 1:

ORA-29273: HTTP request failed

ORA-06512: at "SYS.UTL_HTTP", line 1527

ORA-29261: bad argument

ORA-06512: at "APPS.SHOW_HTML_FROM_URL", line 19

ORA-29273: HTTP request failed

ORA-06512: at "SYS.UTL_HTTP", line 1130

ORA-28860: Fatal SSL error

ORA-06512: at line 1

In both the cases we are setting up the wallet first with UTL_HTTP.SET_WALLET

Can anyone please suggest on this?

Thanks.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 14 2017
Added on Jun 15 2017
4 comments
2,129 views