Hi Lukas, On Thu, Nov 26, 2015 at 01:48:08AM +0100, Lukas Tribus wrote: > 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.
Makes sense indeed. I guess the "force-sslv3" was put here during a test and remained undetected. Thanks! Willy