From 5ac88f1f0ceb57a07061c0bd1a61b0b697d8786b Mon Sep 17 00:00:00 2001 From: Chris Tallon Date: Tue, 28 Jan 2014 22:39:49 +0000 Subject: [PATCH] SSL --- jsonserver.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/jsonserver.c b/jsonserver.c index ad92bea..9cb6717 100644 --- a/jsonserver.c +++ b/jsonserver.c @@ -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 }; -- 2.39.2