commit | a06eedcbfc80c11b751d7cad20e3d9940b2bff67 | [log] [tgz] |
---|---|---|
author | Jens Geyer <jensg@apache.org> | Thu Nov 16 23:23:04 2023 +0100 |
committer | Jens Geyer <Jens-G@users.noreply.github.com> | Fri Nov 17 09:11:23 2023 +0100 |
tree | 2c76c6e55c757dd9ff2c72c88a0aa10572cb382b | |
parent | fa123f950d7c2a983b242026b3d52a29a2576e91 [diff] [blame] |
THRIFT-5743 add TLS1.3 to default protocols where available Client: netstd Patch: Jens Geyer
diff --git a/test/netstd/Client/TestClient.cs b/test/netstd/Client/TestClient.cs index 183cfb4..3bf2daa 100644 --- a/test/netstd/Client/TestClient.cs +++ b/test/netstd/Client/TestClient.cs
@@ -257,7 +257,7 @@ trans = new TTlsSocketTransport(host, port, Configuration, 0, cert, (sender, certificate, chain, errors) => true, - null, SslProtocols.Tls12); + null); break; case TransportChoice.Socket: