diff --git a/EonaCat.Connections.Client/Program.cs b/EonaCat.Connections.Client/Program.cs index 15cc33e..a725095 100644 --- a/EonaCat.Connections.Client/Program.cs +++ b/EonaCat.Connections.Client/Program.cs @@ -39,7 +39,7 @@ namespace EonaCat.Connections.Client.Example UseSsl = false, UseAesEncryption = true, AesPassword = "EonaCat.Connections.Password", - Certificate = new System.Security.Cryptography.X509Certificates.X509Certificate2("client.pfx", "p@ss"), + //Certificate = new System.Security.Cryptography.X509Certificates.X509Certificate2("client.pfx", "p@ss"), }; _client = new NetworkClient(config); diff --git a/EonaCat.Connections.Server/Program.cs b/EonaCat.Connections.Server/Program.cs index a19219a..817cc96 100644 --- a/EonaCat.Connections.Server/Program.cs +++ b/EonaCat.Connections.Server/Program.cs @@ -39,7 +39,7 @@ namespace EonaCat.Connections.Server.Example UseAesEncryption = true, MaxConnections = 100000, AesPassword = "EonaCat.Connections.Password", - Certificate = new System.Security.Cryptography.X509Certificates.X509Certificate2("server.pfx", "p@ss") + //Certificate = new System.Security.Cryptography.X509Certificates.X509Certificate2("server.pfx", "p@ss") }; _server = new NetworkServer(config); diff --git a/EonaCat.Connections/EonaCat.Connections.csproj b/EonaCat.Connections/EonaCat.Connections.csproj index 34dfd7c..81d34a5 100644 --- a/EonaCat.Connections/EonaCat.Connections.csproj +++ b/EonaCat.Connections/EonaCat.Connections.csproj @@ -11,7 +11,7 @@ EonaCat (Jeroen Saey) readme.md EonaCat.Connections - 1.0.4 + 1.0.3 EonaCat (Jeroen Saey) LICENSE