Mono doesn't seem to have Tls1.2. Let's try TLS 1 #119

pull/110/head
tidusjar 9 years ago
parent 453b3f237f
commit 0429530bf3

@ -123,7 +123,7 @@ namespace PlexRequests.UI
FormsAuthentication.Enable(pipelines, formsAuthConfiguration);
ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12;
ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls;
ServicePointManager.ServerCertificateValidationCallback +=
(sender, certificate, chain, sslPolicyErrors) => true;

Loading…
Cancel
Save