Linux: Ignore SSL certificate errors option added

Linux: Ignore SSL certificate errors option added
This commit is contained in:
flightlevel
2015-12-02 21:19:51 +11:00
parent 6262d937d4
commit 18a2db5af2
5 changed files with 24 additions and 1 deletions

View File

@@ -85,6 +85,14 @@ namespace JackettConsole
Engine.Logger.Info("SSL ECC workaround enabled.");
else if (options.SSLFix == false)
Engine.Logger.Info("SSL ECC workaround has been disabled.");
// Ignore SSL errors on Curl
Startup.IgnoreSslErrors = options.IgnoreSslErrors;
if (options.IgnoreSslErrors == true)
{
Engine.Logger.Info("Curl will ignore SSL certificate errors.");
}
/* ====== Actions ===== */
// Install service