aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2014-02-17 08:34:09 +0100
committerErmal Luçi <eri@pfsense.org>2014-02-17 08:34:09 +0100
commitd600815f517a8d937a3dc2c468f1c5e5ee305124 (patch)
treec7527dc8dc5eebf7cf3861f840b8e5fa24e7b234 /config
parent085d9fbf916b389037799bd74fa10e1da3c60f27 (diff)
parent60ff2a97b8f9b0cd138997acab21d84e9e3d49ef (diff)
downloadpfsense-packages-d600815f517a8d937a3dc2c468f1c5e5ee305124.tar.gz
pfsense-packages-d600815f517a8d937a3dc2c468f1c5e5ee305124.tar.bz2
pfsense-packages-d600815f517a8d937a3dc2c468f1c5e5ee305124.zip
Merge pull request #587 from PiBa-NL/hap_dev22
haproxy-devel use version 1.5dev22
Diffstat (limited to 'config')
-rw-r--r--config/haproxy-devel/haproxy.inc1
1 files changed, 1 insertions, 0 deletions
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']) {