Backout unintentional commit ed5440a6ef7f
authorMatthew Wild <mwild1@gmail.com>
Thu, 03 Dec 2015 16:21:56 +0000
changeset 6969 3e3a83be7e14
parent 6968 5360bdf93fce
child 6980 450db0b83fe9
Backout unintentional commit ed5440a6ef7f
plugins/mod_http.lua
--- a/plugins/mod_http.lua	Thu Dec 03 16:13:33 2015 +0000
+++ b/plugins/mod_http.lua	Thu Dec 03 16:21:56 2015 +0000
@@ -158,7 +158,13 @@
 	listener = server.listener;
 	default_port = 5281;
 	encryption = "ssl";
-	ssl_config = default_ssl_config;
+	ssl_config = {
+		verify = {
+			peer = false,
+			client_once = false,
+			"none",
+		}
+	};
 	multiplex = {
 		pattern = "^[A-Z]";
 	};