From 60ff2a97b8f9b0cd138997acab21d84e9e3d49ef Mon Sep 17 00:00:00 2001 From: PiBa-NL Date: Sun, 16 Feb 2014 17:02:10 +0100 Subject: haproxy-devel, new version needs 'ssl-server-verify none' with current config --- config/haproxy-devel/haproxy.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/config/haproxy-devel/haproxy.inc b/config/haproxy-devel/haproxy.inc index 5e798dc2..934834bf 100644 --- a/config/haproxy-devel/haproxy.inc +++ b/config/haproxy-devel/haproxy.inc @@ -617,6 +617,7 @@ function haproxy_writeconf($configpath) { fwrite ($fd, "\tnbproc\t\t\t$numprocs\n"); fwrite ($fd, "\tchroot\t\t\t/var/empty\n"); fwrite ($fd, "\tdaemon\n"); + fwrite ($fd, "\tssl-server-verify none\n"); // Keep the advanced options on the bottom of the global settings, to allow additional sections to be easely added if($a_global['advanced']) { -- cgit v1.2.3