cancel
Showing results for 
Search instead for 
Did you mean: 

SSL Certificate Error using Oracle

I have been trying to use sql to do an HTML POST to authorze.net test site and been having trouble getting it to work.

 

select utl_http.request ('https://test.authorize.net/gateway/transact.dll',null,
'file:D:\app\rjones\product\11.2.0\client_1\BIN\own\WALLETS\rjones') from dual;

 

and I am getting this error

 

ORA-29273: HTTP request failed
ORA-06512: at "SYS.UTL_HTTP", line 1577
ORA-28759: failure to open file
ORA-06512: at line 1

 

I have varified that the certificate for authorize.net is not expired. The certificate chain is complete. The path is correct. The wallet was create using Oracle Wallet Manager...

Anyone have advice?

 

Thanks

 

Richard 

Richard8901
Member
1 ACCEPTED SOLUTION

Accepted Solutions

Nevermind. We are going w/ paypal instead.

 

Thanks,

 

Richard

View solution in original post

Richard8901
Member
1 REPLY 1

Nevermind. We are going w/ paypal instead.

 

Thanks,

 

Richard

Richard8901
Member