Forum Discussion
mrunalGX
New Contributor
I did not get you Pratap.
If it is an SSL certificate issue then the status of the certificate that is uploaded in SOAPUI > Preferences > SSL Settings should show error. Whereas, it is showing status as OK. Please find attached the screen shot for same.
Also when i execute the SOAPUI request through SOAPUI it is getting executed successfully.
Could you please help.
Regards,
Mrunal
mrunalGX
7 years agoNew Contributor
Hi,
I found the solution myself. I did below changes in testrunner.bat file.
Please edit testrunner.bat and add :
set java_opts=%java_opts% -dsoapui.https.protocols=TLSv1,TLSv1.2,SSLv3
set JAVA_OPTS=%JAVA_OPTS% -Dsoapui.browser.disabled="true"
Regards,
Mrunal