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
1 changed files with 5 additions and 4 deletions

View File

@ -27,10 +27,11 @@ namespace Jackett.Server
logger.Info("Tracing enabled.");
}
if (runtimeSettings.IgnoreSslErrors == true)
{
logger.Error($"The IgnoreSslErrors option has been deprecated, please remove it from your start arguments");
}
// 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");
//}
if (!string.IsNullOrWhiteSpace(runtimeSettings.CustomDataFolder))
{