3.2.26.13

This commit is contained in:
Luke Pulverenti
2017-08-03 12:26:01 -04:00
parent 0ba267f8e2
commit d50ffcbfb2
5 changed files with 17 additions and 7 deletions

View File

@@ -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();