diff options
author | Matthew Wild <mwild1@gmail.com> | 2013-04-05 10:04:53 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2013-04-05 10:04:53 +0100 |
commit | a115da90578ef0e91e7fb911421142552a4e8e4a (patch) | |
tree | 60c4be5a40bd2c13dcfb8435083d1b23619523a4 /plugins | |
parent | 4d922e9b7927109c5038ad8d3b6ccba38936a1f3 (diff) | |
parent | 3f35128dd3ce6922871ea45d1717ddc4708a1e8d (diff) | |
download | prosody-a115da90578ef0e91e7fb911421142552a4e8e4a.tar.gz prosody-a115da90578ef0e91e7fb911421142552a4e8e4a.zip |
Merge with Maranda
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/mod_http.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/mod_http.lua b/plugins/mod_http.lua index 2fa87421..0689634e 100644 --- a/plugins/mod_http.lua +++ b/plugins/mod_http.lua @@ -139,6 +139,7 @@ module:provides("net", { listener = server.listener; default_port = 5281; encryption = "ssl"; + ssl_config = { verify = "none" }; multiplex = { pattern = "^[A-Z]"; }; |