plugins/mod_http.lua
changeset 5427 199e7989f713
parent 5374 b62c6cbcb065
child 5776 bd0ff8ae98a8
child 6025 583e5c1365fe
--- a/plugins/mod_http.lua	Thu Apr 04 23:36:30 2013 +0000
+++ b/plugins/mod_http.lua	Thu Apr 04 23:41:36 2013 +0000
@@ -139,6 +139,7 @@
 	listener = server.listener;
 	default_port = 5281;
 	encryption = "ssl";
+	ssl_config = { verify = "none" };
 	multiplex = {
 		pattern = "^[A-Z]";
 	};