]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CLEANUP: examples: update sample file ssl.cfg
authorWilly Tarreau <w@1wt.eu>
Tue, 13 Oct 2015 13:44:31 +0000 (15:44 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 13 Oct 2015 14:47:16 +0000 (16:47 +0200)
This one emitted an error due to the lack of "verify none" on the server line.

examples/ssl.cfg

index 90ed9992e04731b7fc7caabeacd728fc4aaf1161..5d96bfb871ddc73e149b17394047f64805cc01d8 100644 (file)
@@ -22,5 +22,5 @@ backend mybackend
        # a http backend
        server s3 10.0.0.3:80
        # a https backend
-       server s4 10.0.0.3:443 ssl
+       server s4 10.0.0.3:443 ssl verify none