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:
parent
d77da3c3a7
commit
eb9bfe943d
1 changed files with 5 additions and 4 deletions
|
@ -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))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue