mirror of
https://github.com/weechat/weechat.git
synced 2026-07-01 15:26:37 +02:00
irc: change default value of server option "tls_priorities" to NORMAL
It is no more needed to remove `VERS-SSL3.0` because it is no longer in the default priorities since GnuTLS 3.4.0 (released on 2015-04-08).
This commit is contained in:
@@ -86,7 +86,7 @@ char *irc_server_options[IRC_SERVER_NUM_OPTIONS][2] =
|
||||
{ "tls", "on" },
|
||||
{ "tls_cert", "" },
|
||||
{ "tls_password", "" },
|
||||
{ "tls_priorities", "NORMAL:-VERS-SSL3.0" },
|
||||
{ "tls_priorities", "NORMAL" },
|
||||
{ "tls_dhkey_size", "2048" },
|
||||
{ "tls_fingerprint", "" },
|
||||
{ "tls_verify", "on" },
|
||||
|
||||
Reference in New Issue
Block a user