diff --git a/Common/Configuration/ConfigContainer.cs b/Common/Configuration/ConfigContainer.cs index 4e917a0c..48781623 100644 --- a/Common/Configuration/ConfigContainer.cs +++ b/Common/Configuration/ConfigContainer.cs @@ -17,7 +17,7 @@ public class HttpServerConfig public string BindAddress { get; set; } = "0.0.0.0"; public string PublicAddress { get; set; } = "127.0.0.1"; public int Port { get; set; } = 443; - public bool UseSSL { get; set; } = true; + public bool UseSSL { get; set; } = false; public string GetDisplayAddress() { @@ -115,4 +115,4 @@ public class DownloadUrlConfig public class MuipServerConfig { public string AdminKey { get; set; } = "None"; -} \ No newline at end of file +}