]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ssl: Add statement 'verifyhost' to "server" statements
authorEvan Broder <evan@stripe.com>
Thu, 27 Jun 2013 07:05:25 +0000 (00:05 -0700)
committerWilly Tarreau <w@1wt.eu>
Sun, 1 Sep 2013 05:55:49 +0000 (07:55 +0200)
commitbe55431f9f4910de2d02922cabfd0ed2f0e7a776
treece1ff640760a8ef5ed78f687b1d55ed7541152f0
parentf3a3e1389e40434da9e1fc295be6ff5a8037effb
MINOR: ssl: Add statement 'verifyhost' to "server" statements

verifyhost allows you to specify a hostname that the remote server's
SSL certificate must match. Connections that don't match will be
closed with an SSL error.
doc/configuration.txt
include/types/server.h
src/ssl_sock.c