mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -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
|
@ -5,6 +5,7 @@ using NzbDrone.Common;
|
|||
using NzbDrone.Common.Composition;
|
||||
using NzbDrone.Common.EnvironmentInfo;
|
||||
using NzbDrone.Common.Instrumentation;
|
||||
using NzbDrone.Common.Security;
|
||||
using NzbDrone.Update.UpdateEngine;
|
||||
|
||||
namespace NzbDrone.Update
|
||||
|
@ -28,6 +29,9 @@ namespace NzbDrone.Update
|
|||
try
|
||||
{
|
||||
Console.WriteLine("Starting NzbDrone Update Client");
|
||||
|
||||
IgnoreCertErrorPolicy.Register();
|
||||
|
||||
GlobalExceptionHandlers.Register();
|
||||
|
||||
new LogglyTarget().Register(LogLevel.Debug);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue