Forum Discussion

markgholland's avatar
markgholland
Occasional Contributor
9 years ago
Solved

ReadyAPI 1.6 and TestRunner: "javax.net.ssl.SSLException: Received fatal alert: close_notify"

I just upgraded from ReadyAPI 1.3 to 1.6 today.  I've been using 1.3 for several weeks successfully but ONLY running via the GUI.  I successfully upgraded to 1.6 today by doing adding the following l...
  • markgholland's avatar
    9 years ago

    The resolution to this issue was to add the following entry to the testrunner.sh file:

     

    JAVA_OPTS="$JAVA_OPTS -Dsoapui.https.protocols=TLSv1,SSLv3"

     

    For others like me that may be new to ReadyAPI/SoapUI, this file on my machine (Mac OS X) was located in the following location:

     

    /Applications/ReadyAPI-1.6.0.app/Contents/java/app/bin/

     

    I hope this is helpful to others!