From a67d0bfb97f2c2e0b2cd7a303accd70c95911275 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Thu, 26 Jan 2017 14:18:30 +0100 Subject: util.sslconfig: Remvoe flag merging for 'verify' as this is more of a tri-state field than a set of options --- plugins/mod_http.lua | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'plugins/mod_http.lua') 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]"; -- cgit v1.2.3