diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-08-03 12:26:01 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-08-03 12:26:01 -0400 |
| commit | d50ffcbfb22e1b22c80c033606601f22b1de66d2 (patch) | |
| tree | 9dddf56a20bc3a743596c7689148cfcaee6c79ee /MediaBrowser.Server.Mono/Program.cs | |
| parent | 0ba267f8e26471b4b831b926027c76798f88bef4 (diff) | |
3.2.26.13
Diffstat (limited to 'MediaBrowser.Server.Mono/Program.cs')
| -rw-r--r-- | MediaBrowser.Server.Mono/Program.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Mono/Program.cs b/MediaBrowser.Server.Mono/Program.cs index 2d5bf85e5..0a70c446f 100644 --- a/MediaBrowser.Server.Mono/Program.cs +++ b/MediaBrowser.Server.Mono/Program.cs @@ -97,7 +97,7 @@ namespace MediaBrowser.Server.Mono private static void RunApplication(ServerApplicationPaths appPaths, ILogManager logManager, StartupOptions options) { // Allow all https requests - //ServicePointManager.ServerCertificateValidationCallback = new RemoteCertificateValidationCallback(delegate { return true; }); + ServicePointManager.ServerCertificateValidationCallback = new RemoteCertificateValidationCallback(delegate { return true; }); var environmentInfo = GetEnvironmentInfo(); |
