aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2017-01-26 14:18:30 +0100
committerKim Alvefur <zash@zash.se>2017-01-26 14:18:30 +0100
commite18117b8f9bffb05582ff610f0bd011d54a94c33 (patch)
treea4c91095c2477d2b1781716866622e13089c34df /plugins
parent428d7cda1a6bd1c8b0313375d297c6a09880f423 (diff)
downloadprosody-e18117b8f9bffb05582ff610f0bd011d54a94c33.tar.gz
prosody-e18117b8f9bffb05582ff610f0bd011d54a94c33.zip
util.sslconfig: Remvoe flag merging for 'verify' as this is more of a tri-state field than a set of options
Diffstat (limited to 'plugins')
-rw-r--r--plugins/mod_http.lua6
1 files changed, 1 insertions, 5 deletions
diff --git a/plugins/mod_http.lua b/plugins/mod_http.lua
index 2cde9341..a15e8cda 100644
--- a/plugins/mod_http.lua
+++ b/plugins/mod_http.lua
@@ -162,11 +162,7 @@ module:provides("net", {
default_port = 5281;
encryption = "ssl";
ssl_config = {
- verify = {
- peer = false,
- client_once = false,
- "none",
- }
+ verify = "none";
};
multiplex = {
pattern = "^[A-Z]";