SOAPUI : SSL Handshake exception calling a secure webservice or how to invoke HTTPS webservice in SOAPUI
For invoking HTTPS webservices in SOAPUI or if there is exception while invoking secured http webservice, then follow the below mentioned steps
1. Open the file named SoapUI-*.*.*.vmoptions , under <Installation path>\SmartBear\SoapUI-5.3.0\bin
2. Add the following parameter at the end and save the file
-Dsoapui.https.protocols=TLSv1.2,SSLv3
3.Restart the SOAPUI and try accessing the webservice again.
Cheers!!!!
1. Open the file named SoapUI-*.*.*.vmoptions , under <Installation path>\SmartBear\SoapUI-5.3.0\bin
2. Add the following parameter at the end and save the file
-Dsoapui.https.protocols=TLSv1.2,SSLv3
3.Restart the SOAPUI and try accessing the webservice again.
Cheers!!!!
Comments
Post a Comment