]> git.proxmox.com Git - mirror_acme.sh.git/commit
haproxy deploy script now compatible with OpenSSL v1.1+
authorxpac1985 <xpac1985@users.noreply.github.com>
Thu, 20 Feb 2020 22:28:55 +0000 (23:28 +0100)
committerGitHub <noreply@github.com>
Thu, 20 Feb 2020 22:28:55 +0000 (23:28 +0100)
commite184a1b9e64f9985387cc402449f459a2b1e6649
treeec08fd78bdf1d77d327aaa5e693da608eb9e77ba
parent754f7a78916695746968fe7f912a651a3790389a
haproxy deploy script now compatible with OpenSSL v1.1+

haproxy deploy script now compatible with OpenSSL v1.1+

The OpenSSL OCSP request for haproxy deployment breaks from OpenSSL v1.1.0 on.
The format of the `-header` option has been changed and does now contain a `=` instead of a whitespace.
Other projects have hit the same issue:
https://github.com/nghttp2/nghttp2/issues/742

This commit determines the OpenSSL/LibreSSL version and then adjusts the request accordingly.
Also removed the duplicate command line and added some more debug output.
deploy/haproxy.sh