mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-23 06:41:32 +02:00
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.
This commit is contained in:
parent
7f876a1eeb
commit
d334a2c843
@ -6475,7 +6475,6 @@ void hlua_init(void)
|
|||||||
"ssl",
|
"ssl",
|
||||||
"verify",
|
"verify",
|
||||||
"none",
|
"none",
|
||||||
"force-sslv3",
|
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user