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
commita67d0bfb97f2c2e0b2cd7a303accd70c95911275 (patch)
treea4c91095c2477d2b1781716866622e13089c34df /plugins
parentbefdc64576117b053b635602993b66fde4bfdc0a (diff)
downloadprosody-a67d0bfb97f2c2e0b2cd7a303accd70c95911275.tar.gz
prosody-a67d0bfb97f2c2e0b2cd7a303accd70c95911275.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]";