Forum Discussion
This seems to be a SSL certificate error issue. You can contact your admin for this. As a workaround, you can open the webpage in firefox and get the SSL certificate by downloading the same and you can use/upload wherever it is required.
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
- mrunalGX7 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