Subject:Web Service Call - SSL error Author:Michael C Date:03 Dec 2009 12:00 PM
Trying to call a web service (using Studio 2010 Enterprise, build 1540b) through https. When I initially enter the wsdl address, I'm prompted to select the certificate. After choosing the cert (a .pfx issued by the owner of the service), the operations and are accessible and i can edit the soap request.
After sending the request, I receive an error, in part -
"faultString: javax.net.ssl.SSLException: Connection has been shutdown: javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure ..."
Changed the client properties to .NET, sending results in "The request was aborted: Could not create SSL/TLS secure channel..."
Full error messages, with screen shot attached.
Any help would be appreciated.
Subject:Web Service Call - SSL error Author:Michael C Date:04 Dec 2009 11:38 AM
Hmmm.. that wasn't quite the (non) response I was expecting after a full day. Surely someone has needed to access a web service via https.
At this point, I guess I'd welcome a confirmation by someone that has been able to address accomplish this using Stylus Studio, or if this is a known issue with no known solution.
Subject:Web Service Call - SSL error Author:Michael C Date:17 Dec 2009 11:24 AM
Thanks, Ivan. I've since installed the certificate as root trusted and used WinHttpCertCfg to grant access to user aspnet, which worked for my .Net service reference app, but not here (with properties set to .Net client).
Given that, and the info above, are there any steps i might be missing?
The web service is a third party and I'm unable to provide the wsdl address here, but could send it offline along with the certificate to reproduce the problem.