Forum Discussion

hyavuz's avatar
hyavuz
New Member
10 years ago
Solved

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. ...
  • nmrao's avatar
    nmrao
    10 years ago

    Check this link

     

    As per this, you also need to set SSL version as well, something like below

    -Dsoapui.https.protocols=SSLv3,TLSv1.2