Bluetigers fix SSL issue (#346)

This commit is contained in:
flightlevel
2016-05-18 20:33:37 +10:00
parent ece16d1075
commit 2644fd813e

View File

@@ -46,6 +46,8 @@ namespace Jackett.Utils.Clients
private async Task<WebClientByteResult> Run(WebRequest webRequest)
{
ServicePointManager.SecurityProtocol = (SecurityProtocolType)192 | (SecurityProtocolType)768 | (SecurityProtocolType)3072;
var cookies = new CookieContainer();
if (!string.IsNullOrEmpty(webRequest.Cookies))
{