Solved
Forum Discussion
markgholland
10 years agoOccasional Contributor
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!