mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
libcurl: enable Proxy for HTTPS
This commit is contained in:
@@ -155,6 +155,7 @@ namespace Jackett
|
|||||||
|
|
||||||
if (Startup.ProxyConnection != null)
|
if (Startup.ProxyConnection != null)
|
||||||
{
|
{
|
||||||
|
easy.SetOpt(CurlOption.HttpProxyTunnel, 1);
|
||||||
easy.SetOpt(CurlOption.Proxy, Startup.ProxyConnection);
|
easy.SetOpt(CurlOption.Proxy, Startup.ProxyConnection);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user