globally enable TLS1.2

This commit is contained in:
Gary Sharp
2023-02-08 16:52:28 +11:00
parent 57a7f67c3a
commit 53eed02a4f
+2
View File
@@ -24,6 +24,8 @@ namespace Disco.Web
protected void Application_Start()
{
ServicePointManager.SecurityProtocol |= SecurityProtocolType.Tls12;
if (AppConfig.InitializeDatabase())
{
// Database Initialized