Update hostname command - new Go CLI uses older version, and the -I flag isn't available.
Upgrade HAProxy to v2.2 to fix HTTPS passthrough to Follower.
Prior to v2.2, HAProxy did not support consuming certificates and private key PEMs in separate files. This has been included, but with a limitation - if the cert is named name.pem, the key must be named name.pem.key. See haproxy/haproxy#221.
hostname
command - new Go CLI uses older version, and the-I
flag isn't available.Upgrade HAProxy to v2.2 to fix HTTPS passthrough to Follower.
Prior to v2.2, HAProxy did not support consuming certificates and private key PEMs in separate files. This has been included, but with a limitation - if the cert is named
name.pem
, the key must be namedname.pem.key
. See haproxy/haproxy#221.