aboutsummaryrefslogtreecommitdiffstats
path: root/prosodyctl
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2017-08-29 15:24:53 +0200
committerKim Alvefur <zash@zash.se>2017-08-29 15:24:53 +0200
commit83e34ec9f7610238ae92dcbd5354ecfae0d48bbe (patch)
tree89966fbd0675f77f8082f010affbb182b2295b2d /prosodyctl
parent0f00e8546042a22a56ea63a0fb7387e70bba4d1a (diff)
parentfb7792a6d38c9bd82fa84f03972862e45b9a160a (diff)
downloadprosody-83e34ec9f7610238ae92dcbd5354ecfae0d48bbe.tar.gz
prosody-83e34ec9f7610238ae92dcbd5354ecfae0d48bbe.zip
Merge 0.10->trunk
Diffstat (limited to 'prosodyctl')
-rwxr-xr-xprosodyctl2
1 files changed, 1 insertions, 1 deletions
diff --git a/prosodyctl b/prosodyctl
index 53399407..79f0a46d 100755
--- a/prosodyctl
+++ b/prosodyctl
@@ -251,7 +251,7 @@ local prosodyctl = require "util.prosodyctl"
local socket = require "socket"
local http = require "net.http"
-local config_ssl = config.get("*", "ssl")
+local config_ssl = config.get("*", "ssl") or {}
local https_client = config.get("*", "client_https_ssl")
http.default.options.sslctx = require "core.certmanager".create_context("client_https port 0", "client",
{ capath = config_ssl.capath, cafile = config_ssl.cafile, verify = "peer", }, https_client);