hyavuz
10 years agoNew Member
How to enable TLS 1.2 in SoapUI
I need to connect a webservice which only accept a connection established via TLS 1.2.
I added the line -Dsoapui.https.protocols=TLSv1.2 in the file SoapUI-5.0.0.vmoptions and it's not working.
Any help on this.
Thanks
Check this link
As per this, you also need to set SSL version as well, something like below
-Dsoapui.https.protocols=SSLv3,TLSv1.2