Diff

plugins/mod_http.lua @ 7868:11fcdef5022f

Merge 0.10->trunk
author Kim Alvefur <zash@zash.se>
date Thu, 26 Jan 2017 19:47:33 +0100
parent 7605:2481ebc7f715
parent 7867:194f540e13e2
child 8594:b4a0bc46c82d
line wrap: on
line diff
--- 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]";