Add Windows support for the IgnoreSslErrors option (#594)

This commit is contained in:
kaso17
2016-11-09 18:26:32 +01:00
committed by GitHub
parent 6b253178b6
commit e7918bddbc
3 changed files with 8 additions and 2 deletions

View File

@@ -9,6 +9,7 @@ using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Net;
using System.Reflection;
using System.Text;
using System.Text.RegularExpressions;
@@ -96,7 +97,7 @@ namespace JackettConsole
Startup.IgnoreSslErrors = options.IgnoreSslErrors;
if (options.IgnoreSslErrors == true)
{
Engine.Logger.Info("Curl will ignore SSL certificate errors.");
Engine.Logger.Info("Jackett will ignore SSL certificate errors.");
}
// Choose Data Folder