You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, in some cases I need set TLS version to version supported by server side, eg 1.2 but app use automatically 1.3 from OS and handshake ends with:
Write EPROTO 5579491688:error:10000410:SSL routines:OPENSSL_internal:SSLV3_ALERT_HANDSHAKE_FAILURE:../../third_party/boringssl/src/ssl/tls_record.cc:594:SSL alert number 40
SoapUI allows to define TLS version via .vmoptions, is it possible to specify the TLS version in a similar way? run app from CLI with
this argument or something similar?
# Inside SoapUI-X.Y.Y.vmoptions file add this line
-Dsoapui.https.protocols=TLSv1.2
Thanks
The text was updated successfully, but these errors were encountered:
Hi, in some cases I need set TLS version to version supported by server side, eg 1.2 but app use automatically 1.3 from OS and handshake ends with:
Write EPROTO 5579491688:error:10000410:SSL routines:OPENSSL_internal:SSLV3_ALERT_HANDSHAKE_FAILURE:../../third_party/boringssl/src/ssl/tls_record.cc:594:SSL alert number 40
SoapUI allows to define TLS version via .vmoptions, is it possible to specify the TLS version in a similar way? run app from CLI with
this argument or something similar?
Thanks
The text was updated successfully, but these errors were encountered: