libcurl: enable Proxy for HTTPS

This commit is contained in:
kaso17 2017-01-29 06:26:21 +01:00
parent e5bb25abf5
commit 46f508f1f6
1 changed files with 2 additions and 1 deletions

View File

@ -155,8 +155,9 @@ namespace Jackett
if (Startup.ProxyConnection != null)
{
easy.SetOpt(CurlOption.HttpProxyTunnel, 1);
easy.SetOpt(CurlOption.Proxy, Startup.ProxyConnection);
}
}
easy.Perform();