Diff

plugins/mod_http.lua @ 7867:194f540e13e2

util.sslconfig: Remvoe flag merging for 'verify' as this is more of a tri-state field than a set of options
author Kim Alvefur <zash@zash.se>
date Thu, 26 Jan 2017 14:18:30 +0100
parent 7581:01d0d466d7be
child 7868:11fcdef5022f
child 9502:09e7b0048ebe
line wrap: on
line diff
--- a/plugins/mod_http.lua	Wed Jan 25 11:18:00 2017 +0100
+++ b/plugins/mod_http.lua	Thu Jan 26 14:18:30 2017 +0100
@@ -162,11 +162,7 @@
 	default_port = 5281;
 	encryption = "ssl";
 	ssl_config = {
-		verify = {
-			peer = false,
-			client_once = false,
-			"none",
-		}
+		verify = "none";
 	};
 	multiplex = {
 		pattern = "^[A-Z]";