nidhi01
8 years agoNew Contributor
Issue with SOAPUI 5.2.0 to support TLSv1.1 and TLSv1.2
Hello Everyone,
I am using SOAPUI open source 5.2.0 and getting handshake failure in case of TLSv1.1 as well as TLSv1.2 since SOAPUI is sending request of TLSv1.0 only.
I tried below setting on my Windows machine to support TLSv1.1 on SOAPUI :
- C:\Program Files\SmartBear\SoapUI-5.2.0\bin\soapui.bat :
set JAVA_OPTS="%JAVA_OPTS% -Dsoapui.https.protocols=TLSv1.1"
or
set JAVA_OPTS=%JAVA_OPTS% -Dsoapui.https.protocols="TLSv1.1"
- C:\Program Files\SmartBear\SoapUI-5.2.0\bin\SoapUI-5.2.1.vmoptions :
-Dsoapui.https.protocols=TLSv1.1
or
-Dsoapui.https.protocols=TLSv1.0,TLSv1.1,TLSv1.2
- Also tried on SOAPUI tool to update HTTP setting: File->preferences -> HTTP Setting to 1.1
But above settings are not working for me.
Is there any other settings required to run SOAPUI on TLSv1.1 and TLSv1.2
Regards,
Nidhi
Thanks Rao, Issue resolved after doing changes in testrunner.bat and SoapUI-5.2.0.vmoptions
Regards,
Nidhi Saini