mirror of
https://github.com/weechat/weechat.git
synced 2026-07-07 18:23:13 +02:00
irc: disable SSLv3 by default in server option "ssl_priorities" (closes #248)
This commit is contained in:
@@ -89,7 +89,7 @@ char *irc_server_option_string[IRC_SERVER_NUM_OPTIONS] =
|
||||
|
||||
char *irc_server_option_default[IRC_SERVER_NUM_OPTIONS] =
|
||||
{ "", "", "on",
|
||||
"off", "", "NORMAL", "2048", "",
|
||||
"off", "", "NORMAL:-VERS-SSL3.0", "2048", "",
|
||||
"on",
|
||||
"", "",
|
||||
"plain", "", "", "15",
|
||||
|
||||
Reference in New Issue
Block a user