diff options
author | Kim Alvefur <zash@zash.se> | 2016-12-21 11:02:17 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2016-12-21 11:02:17 +0100 |
commit | fd9337419751cdcbc9ad156ffddb496c7ab9a165 (patch) | |
tree | e92cab8eec67caa2336ca6bce13f7827e457cc56 /plugins | |
parent | 37f90d198c53d838ead670706f399469b3b20605 (diff) | |
download | prosody-fd9337419751cdcbc9ad156ffddb496c7ab9a165.tar.gz prosody-fd9337419751cdcbc9ad156ffddb496c7ab9a165.zip |
mod_net_multiplex: Enable SSL on the SSL port (fixes #803)
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/mod_net_multiplex.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/mod_net_multiplex.lua b/plugins/mod_net_multiplex.lua index 0dd3dc67..a66ab31f 100644 --- a/plugins/mod_net_multiplex.lua +++ b/plugins/mod_net_multiplex.lua @@ -67,5 +67,6 @@ module:provides("net", { module:provides("net", { name = "multiplex_ssl"; config_prefix = "ssl"; + encryption = "ssl"; listener = listener; }); |