diff --git a/Source/Framework/Networking/SSLSocket.cs b/Source/Framework/Networking/SSLSocket.cs index 6e3f7c8e0..fd4e964bc 100644 --- a/Source/Framework/Networking/SSLSocket.cs +++ b/Source/Framework/Networking/SSLSocket.cs @@ -88,7 +88,7 @@ namespace Framework.Networking { try { - _stream.AuthenticateAsServer(certificate, false, System.Security.Authentication.SslProtocols.Tls12, false); + _stream.AuthenticateAsServer(certificate, false, System.Security.Authentication.SslProtocols.Tls, false); } catch(Exception ex) {