drop IgnoreSslErrors=true error msg. resolves #6229

This commit is contained in:
Garfield69
2019-10-23 10:40:03 +13:00
parent d77da3c3a7
commit eb9bfe943d

View File

@@ -27,10 +27,11 @@ namespace Jackett.Server
logger.Info("Tracing enabled."); logger.Info("Tracing enabled.");
} }
if (runtimeSettings.IgnoreSslErrors == true) // https://github.com/Jackett/Jackett/issues/6229
{ //if (runtimeSettings.IgnoreSslErrors == true)
logger.Error($"The IgnoreSslErrors option has been deprecated, please remove it from your start arguments"); //{
} // logger.Error($"The IgnoreSslErrors option has been deprecated, please remove it from your start arguments");
//}
if (!string.IsNullOrWhiteSpace(runtimeSettings.CustomDataFolder)) if (!string.IsNullOrWhiteSpace(runtimeSettings.CustomDataFolder))
{ {