Forum Discussion

vogelr's avatar
vogelr
New Contributor
9 years ago
Solved

What's the Default Version of SSL and TLS Used by SoapUI

All,

 

I'm trying to run against two endpoint for comparing data.  One uses TLS 1.2 now.  When I use the option -Dsoapui.https.protocols=SSLv3,TLS1.2 the TLS endpoint works, but other endpoint fails.  I can used the other endpoint with no Dsoapui entry in VMOptions.  I cannot seem to find the protocols to make both endpoints happy.  Is there a solution to this and what is the default values SOAPUI uses?  I've also tried:

SSLv3,

SSLv3,TLS1.1

SSLv2

SSLvs,TLS1.2

 

None work.  Can I only have one protocol?

 

Thanks!

  • Ok, I was able to resolve the problem by using the following setting:

     

    -Dsoapui.https.protocols=SSLv3,TLSv1

     

1 Reply

  • vogelr's avatar
    vogelr
    New Contributor

    Ok, I was able to resolve the problem by using the following setting:

     

    -Dsoapui.https.protocols=SSLv3,TLSv1