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?