]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: lua: don't force-sslv3 LUA's SSL socket
authorLukas Tribus <luky-37@hotmail.com>
Thu, 26 Nov 2015 00:48:08 +0000 (01:48 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 26 Nov 2015 06:30:22 +0000 (07:30 +0100)
commitd334a2c843c493c0bbd1bf12efa9f263b7f6cbea
tree89156fb8e8c9c92e19d896d5f7678ebf879b0e52
parent7f876a1eeb14ffae708327aad8a0b4b029da5e26
BUG/MINOR: lua: don't force-sslv3 LUA's SSL socket

Sander Klein reported an error messages about SSLv3 not
being supported on Debian 8, although he didn't force-sslv3.

Vincent Bernat tracked this down to the LUA initialization, which
actually does force-sslv3.

This patch removes force-sslv3 from the LUA initialization, so
the LUA SSL socket can actually use TLS and doesn't trigger
warnings when SSLv3 is not supported by libssl (such as in
Debian 8).

This should be backported to 1.6.
src/hlua.c