summaryrefslogtreecommitdiff
path: root/test/netstd/Client/TestClient.cs
diff options
context:
space:
mode:
Diffstat (limited to 'test/netstd/Client/TestClient.cs')
-rw-r--r--test/netstd/Client/TestClient.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/netstd/Client/TestClient.cs b/test/netstd/Client/TestClient.cs
index 1227a38bb..183cfb430 100644
--- a/test/netstd/Client/TestClient.cs
+++ b/test/netstd/Client/TestClient.cs
@@ -257,7 +257,7 @@ namespace ThriftTest
trans = new TTlsSocketTransport(host, port, Configuration, 0,
cert,
(sender, certificate, chain, errors) => true,
- null, SslProtocols.Tls | SslProtocols.Tls11 | SslProtocols.Tls12);
+ null, SslProtocols.Tls12);
break;
case TransportChoice.Socket: