summaryrefslogtreecommitdiff
path: root/test/netstd/Server/TestServer.cs
diff options
context:
space:
mode:
Diffstat (limited to 'test/netstd/Server/TestServer.cs')
-rw-r--r--test/netstd/Server/TestServer.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/netstd/Server/TestServer.cs b/test/netstd/Server/TestServer.cs
index 1eb50306a..fdbaa9718 100644
--- a/test/netstd/Server/TestServer.cs
+++ b/test/netstd/Server/TestServer.cs
@@ -606,7 +606,7 @@ namespace ThriftTest
trans = new TTlsServerSocketTransport(param.port, Configuration,
cert,
(sender, certificate, chain, errors) => true,
- null, SslProtocols.Tls | SslProtocols.Tls11 | SslProtocols.Tls12);
+ null, SslProtocols.Tls12);
break;
case TransportChoice.Socket: