❦ 15 décembre 2015 22:34 -0800, Marc Fournier <[email protected]> :
> [ALERT] 349/062436 (12994) : parsing [/etc/haproxy/haproxy.cfg:34] : 'bind
> :443' : 'alpn' : library does not support TLS ALPN extension
> [ALERT] 349/062436 (12994) : Error(s) found in configuration file :
> /etc/haproxy/haproxy.cfg
> [ALERT] 349/062436 (12994) : Fatal errors found in configuration.
>
> I’ve tried to do an ‘apt-get upgrade’, since I’m assuming, maybe
> incorrectly, that this is an openssl issue, not haproxy … but openssl
> shows:
>
> OpenSSL 1.0.1k 8 Jan 2015
OpenSSL in Jessie doesn't support ALPN. This was added in OpenSSL
1.0.2. You'll need to compile this version and recompile HAProxy as
well.
--
Avoid temporary variables.
- The Elements of Programming Style (Kernighan & Plauger)