Forum Discussion

nriehl's avatar
nriehl
New Contributor
11 years ago

TLSv1.1 Support

Hi all,

I have to use TLSv1.1 with SOAP UI version 4.6.2.
When I try to establish a connection a get always this error on tomcat:
Client requested protocol TLSv1 not enabled or not supported.

I can't change the tomcat to accept TLSv1 because it is not allowed due to security policy restrictions.

I've tried to set the parameter -Dsoapui.https.protocols=TLSv1.1 in SoapUI-4.6.2.vmoptions but without success.

Best regards,
Nancee

5 Replies

  • Hi,

    Try to add the ssl version you are using in the property.
    Example: -Dsoapui.https.protocols=SSLv3,TLSv1

    TLS version 1.1 may not be currently supported.
  • nriehl's avatar
    nriehl
    New Contributor
    Hi Marcus,

    the parameter -Dsoapui.https.protocols=SSLv3,TLSv1 did not solve my problem because I need TLSv1.1

    When will this be supported?

    Best regards,
    Nancee
  • Hi,

    Did you try this, using the correct version of your SSL?

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