]> git.vomp.tv Git - jsonserver.git/commitdiff
SSL
authorChris Tallon <chris@telescope.org>
Tue, 28 Jan 2014 22:39:49 +0000 (22:39 +0000)
committerChris Tallon <chris@telescope.org>
Tue, 28 Jan 2014 22:39:49 +0000 (22:39 +0000)
jsonserver.c

index ad92beaf8c35f4f6138f3d5d713a449900c25083..9cb67175e56e065af319ed6f8a7e9a71e487fdb0 100644 (file)
@@ -158,8 +158,14 @@ bool cPluginJsonserver::Start(void)
   const char *options[] =
   {
     "document_root", cfgDocRoot,
-    "listening_ports", cfgPort,
+//    "listening_ports", cfgPort,
     "num_threads", "5",
+
+    "listening_ports", "8005s",
+    "ssl_certificate", "/opt/jsonserver/sslcert.pem",
+
+//    "auth_domain", "VDRWeb",
+
     NULL
   };