plugins/mod_http.lua
changeset 7870 194f540e13e2
parent 7584 01d0d466d7be
child 7871 11fcdef5022f
child 9505 09e7b0048ebe
--- 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]";