Skip to content

Commit 74815c6

Browse files
committed
Disabled encryption by default
1 parent 20296fb commit 74815c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MLAPI/Data/NetworkConfig.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,11 +118,11 @@ public class NetworkConfig
118118
/// <summary>
119119
/// Wheter or not to enable encryption
120120
/// </summary>
121-
public bool EnableEncryption = true;
121+
public bool EnableEncryption = false;
122122
/// <summary>
123123
/// Wheter or not to enable signed diffie hellman key exchange.
124124
/// </summary>
125-
public bool SignKeyExchange = true;
125+
public bool SignKeyExchange = false;
126126
/// <summary>
127127
/// Private RSA XML key to use for signing key exchange
128128
/// </summary>

0 commit comments

Comments
 (0)