• xpac1985's avatar
    haproxy deploy script now compatible with OpenSSL v1.1+ · e184a1b9
    xpac1985 authored
    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.
    e184a1b9
haproxy.sh 9.35 KB