From: Chris Tallon Date: Tue, 28 Jan 2014 22:39:49 +0000 (+0000) Subject: SSL X-Git-Url: https://git.vomp.tv/gitweb/?a=commitdiff_plain;h=5ac88f1f0ceb57a07061c0bd1a61b0b697d8786b;p=jsonserver.git SSL --- 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 };