mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Mono doesn't seem to have Tls1.2. Let's try TLS 1 #119
This commit is contained in:
parent
453b3f237f
commit
0429530bf3
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue