globally enable TLS1.2
This commit is contained in:
@@ -24,6 +24,8 @@ namespace Disco.Web
|
|||||||
|
|
||||||
protected void Application_Start()
|
protected void Application_Start()
|
||||||
{
|
{
|
||||||
|
ServicePointManager.SecurityProtocol |= SecurityProtocolType.Tls12;
|
||||||
|
|
||||||
if (AppConfig.InitializeDatabase())
|
if (AppConfig.InitializeDatabase())
|
||||||
{
|
{
|
||||||
// Database Initialized
|
// Database Initialized
|
||||||
|
|||||||
Reference in New Issue
Block a user