gelkins
8 years agoNew Contributor
Ready API 1.90 getting handshake alert: Unrecognized name
Attempting to run a SoapUI NG test on a RESTful webservice I get Error getting response; javax.net.ssl.SSLProtoclException; handshake alert: unrecognized_name.
The connection is TLS 1.2 using a cert that was issued by Starfield Secure Certificate Authority. I get no issues with the certificate accessing the site through IE.
Looking through the posts, I have already put in -Djsse.enableSNIExtension=false into the .vmoptions file and still get the same issue. I have also enabled TLS 1.2 by adding -Dsoapui.https.protocols=TLSv1.2,SSLv3.
Any ideas?