Pages

Ads 468x60px

wibiya widget

What they say

Stay connected

Tuesday, May 8, 2018

SOAP UI - Received fatal alert: handshake_failure through SSLHandshakeException

So I tried to import a wsdl from a url in SOAPUI v.5.3.0 then I encounter this kind of error

ERROR:javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure



1. The following steps are the solution i tried, then it works for me:1. Overwrite the jars with the new Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files 8 (download here: http://www.oracle.com/technetwork/java/javase/downloads/jce8-download-2133166.html)

  • local_policy.jar
  • US_export_policy.jar
2. Add the following config to SoapUI-5.3.0.vmoptions file
  • -Dsoapui.https.protocols=TLSv1.2
3. Restart SOAPUI 5.3.0

0 comments:

Post a Comment