add https port to config object

This commit is contained in:
Luke Pulverenti
2015-01-10 21:12:43 -05:00
parent 5ff5df9867
commit 651f2a2aec
7 changed files with 22 additions and 6 deletions

View File

@@ -1098,6 +1098,7 @@ namespace MediaBrowser.Server.Startup.Common
NativeApp.AuthorizeServer(
UdpServerEntryPoint.PortNumber,
ServerConfigurationManager.Configuration.HttpServerPortNumber,
ServerConfigurationManager.Configuration.HttpsPortNumber,
ConfigurationManager.CommonApplicationPaths.TempDirectory);
}
catch (Exception ex)