plugins/mod_http.lua
changeset 7871 11fcdef5022f
parent 7608 2481ebc7f715
parent 7870 194f540e13e2
child 8597 b4a0bc46c82d
--- a/plugins/mod_http.lua	Tue Jan 24 21:24:03 2017 +0100
+++ b/plugins/mod_http.lua	Thu Jan 26 19:47:33 2017 +0100
@@ -165,11 +165,7 @@
 	default_port = 5281;
 	encryption = "ssl";
 	ssl_config = {
-		verify = {
-			peer = false,
-			client_once = false,
-			"none",
-		}
+		verify = "none";
 	};
 	multiplex = {
 		pattern = "^[A-Z]";