mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
drop IgnoreSslErrors=true error msg. resolves #6229
This commit is contained in:
@@ -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))
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user