prosodyctl
changeset 8201 db82ce3decee
parent 8193 331caee0c774
child 8204 a0ad62a269df
child 8205 85a60e863509
--- a/prosodyctl	Fri Jul 07 20:31:52 2017 +0200
+++ b/prosodyctl	Fri Jul 07 20:42:35 2017 +0200
@@ -251,6 +251,13 @@
 
 local prosodyctl = require "util.prosodyctl"
 local socket = require "socket"
+
+local http = require "net.http"
+local config_ssl = config.get("*", "ssl")
+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);
+
 -----------------------
 
 -- FIXME: Duplicate code waiting for util.startup