mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 05:23:31 -07:00
ignore cert errors in linux http://www.mono-project.com/FAQ:_Security
This commit is contained in:
parent
aa50be076c
commit
e0bf68123d
6 changed files with 35 additions and 3 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue