Added support for Managed Users #811

This commit is contained in:
Jamie.Rees 2017-01-10 08:36:22 +00:00
commit 7f913de835
6 changed files with 21 additions and 12 deletions

View file

@ -97,6 +97,8 @@ namespace Ombi.UI
ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls;
ServicePointManager.ServerCertificateValidationCallback +=
(sender, certificate, chain, sslPolicyErrors) => true;
ServicePointManager.Expect100Continue = false;
}
#if DEBUG