Disable https until the fix is done
authorStephan Reichholf <sreichholf@users.schwerkraft.elitedvb.net>
Sun, 1 Nov 2009 09:51:46 +0000 (09:51 +0000)
committerStephan Reichholf <sreichholf@users.schwerkraft.elitedvb.net>
Sun, 1 Nov 2009 09:51:46 +0000 (09:51 +0000)
webinterface/src/plugin.py

index 5c93737..a6a0843 100644 (file)
@@ -32,7 +32,7 @@ config.plugins.Webinterface.http.port = ConfigInteger(default = 80, limits=(1, 6
 config.plugins.Webinterface.http.auth = ConfigYesNo(default=False)
 
 config.plugins.Webinterface.https = ConfigSubsection()
-config.plugins.Webinterface.https.enabled = ConfigYesNo(default=True)
+config.plugins.Webinterface.https.enabled = ConfigYesNo(default=False)
 config.plugins.Webinterface.https.port = ConfigInteger(default = 443, limits=(1, 65535) )
 config.plugins.Webinterface.https.auth = ConfigYesNo(default=True)