Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

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!

make soap API web service call to zuora.com

OliverM-OracleJun 11 2014

We are trying  to make soap API web service  call to zuora.com by using the utl_http package and we are getting  the below error message.

error:ORA-29273: HTTP request failed

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

ORA-29039: There are no matching cipher suites.

But  when we use the same certificates for the apisandbox.zuora.com (which development instance )it works fine.

So we have some question regarding wallet which we have created for  the zuora.com certificates..

why are we seeing the error regarding no matching cipher suites?

What are the ciphers that are supported, and how can we check?

Is there a way, via some debug mechanism to see the negotiation happening when we attempt to make the connection via UTL_HTTP? 

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 9 2014
Added on Jun 11 2014
0 comments
912 views