How to enable TLSv1.2 for Testrunner
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2016
03:20 AM
08-31-2016
03:20 AM
How to enable TLSv1.2 for Testrunner
I have configured the vmoption file. Its working fine when i trigger request directly using play button. But while same testcase fails when I
ran through Testrunner with SSLhandshake error. Please let me know if there is any configuration to be done Testrunner to support tlsv1.2
ran through Testrunner with SSLhandshake error. Please let me know if there is any configuration to be done Testrunner to support tlsv1.2
Solved! Go to Solution.
Labels:
- Labels:
-
Test Results
-
TestExecute
2 REPLIES 2
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2016
07:59 AM
08-31-2016
07:59 AM
- Close SoapUI if running.
- Go to SOAPUI_HOME/bin directory
- Have a backup of testrunner.bat/.sh file depending on the OS
- Open the file in a text editor of your choice
- Locate line containing set JAVA_OPTS
- Add the below line there
set JAVA_OPTS = %JAVA_OPTS% -Dsoapui.https.protocols=TLSv1.2
- Save the file
Now you should be able use TLSv1.2.
Regards,
Rao.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2016
11:14 PM
08-31-2016
11:14 PM
Thanks it worked 👍👍👍👍👍
