diff --git a/Disco.Web/Global.asax.cs b/Disco.Web/Global.asax.cs index d1b95f1d..54def877 100644 --- a/Disco.Web/Global.asax.cs +++ b/Disco.Web/Global.asax.cs @@ -24,6 +24,8 @@ namespace Disco.Web protected void Application_Start() { + ServicePointManager.SecurityProtocol |= SecurityProtocolType.Tls12; + if (AppConfig.InitializeDatabase()) { // Database Initialized