Backout unintentional commit ed5440a6ef7f
authorMatthew Wild <mwild1@gmail.com>
Thu, 3 Dec 2015 16:21:56 +0000 (16:21 +0000)
committerMatthew Wild <mwild1@gmail.com>
Thu, 3 Dec 2015 16:21:56 +0000 (16:21 +0000)
plugins/mod_http.lua

index 598028ee477ad7586d92e5ae2cd7d76a271d836e..086887fbcc9a9b63ccd078c3a65804481d12a419 100644 (file)
@@ -158,7 +158,13 @@ module:provides("net", {
        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]";
        };