1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-02-22 22:31:09 +00:00

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.");
}
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))
{