Fixes core not working on windows 7.

This commit is contained in:
hondacrx
2017-12-26 15:07:48 -05:00
parent 3da0e167e6
commit 303c56950b
+1 -1
View File
@@ -88,7 +88,7 @@ namespace Framework.Networking
{ {
try try
{ {
_stream.AuthenticateAsServer(certificate, false, System.Security.Authentication.SslProtocols.Tls12, false); _stream.AuthenticateAsServer(certificate, false, System.Security.Authentication.SslProtocols.Tls, false);
} }
catch(Exception ex) catch(Exception ex)
{ {