]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: config: add support for the 'ssl' option on 'server' lines
authorEmeric Brun <ebrun@exceliance.fr>
Fri, 18 May 2012 14:02:00 +0000 (16:02 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 3 Sep 2012 20:02:21 +0000 (22:02 +0200)
commit01f8e2f61b099b0d9270b84cd77cf091fe1d310d
treef267bbf6524f6870ddb07982ce3a91c801dff181
parent6e159299f142345b2062c8741e52209fa32e737b
MEDIUM: config: add support for the 'ssl' option on 'server' lines

This option currently takes no option and simply turns SSL on for all
connections going to the server. It is likely that more options will
be needed in the future.
include/types/server.h
src/cfgparse.c