Diff

core/certmanager.lua @ 10061:5c71693c8345

Merge 0.11->trunk
author Kim Alvefur <zash@zash.se>
date Mon, 08 Jul 2019 02:44:32 +0200
parent 9852:6ea3cafb6ac3
child 10224:94e341dee51c
line wrap: on
line diff
--- a/core/certmanager.lua	Mon Jul 08 02:46:27 2019 +0200
+++ b/core/certmanager.lua	Mon Jul 08 02:44:32 2019 +0200
@@ -106,7 +106,7 @@
 	capath = "/etc/ssl/certs";
 	depth = 9;
 	protocol = "tlsv1+";
-	verify = (ssl_x509 and { "peer", "client_once", }) or "none";
+	verify = "none";
 	options = {
 		cipher_server_preference = luasec_has.options.cipher_server_preference;
 		no_ticket = luasec_has.options.no_ticket;