mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-19 21:44:30 -04:00
ignore cert errors in linux http://www.mono-project.com/FAQ:_Security
This commit is contained in:
+2
-1
@@ -2,8 +2,8 @@
|
||||
using System.Diagnostics;
|
||||
using System.Reflection;
|
||||
using NLog;
|
||||
using NzbDrone.Common.EnvironmentInfo;
|
||||
using NzbDrone.Common.Instrumentation;
|
||||
using NzbDrone.Common.Security;
|
||||
using NzbDrone.Core.Datastore;
|
||||
|
||||
namespace NzbDrone
|
||||
@@ -18,6 +18,7 @@ namespace NzbDrone
|
||||
try
|
||||
{
|
||||
GlobalExceptionHandlers.Register();
|
||||
IgnoreCertErrorPolicy.Register();
|
||||
|
||||
new LogglyTarget().Register(LogLevel.Warn);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user