diff options
Diffstat (limited to 'doc/en/weechat_faq.en.adoc')
-rw-r--r-- | doc/en/weechat_faq.en.adoc | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/doc/en/weechat_faq.en.adoc b/doc/en/weechat_faq.en.adoc index b9a376118..c841117bb 100644 --- a/doc/en/weechat_faq.en.adoc +++ b/doc/en/weechat_faq.en.adoc @@ -727,7 +727,8 @@ you have to use kbd:[Alt] instead of kbd:[Shift]). If you are using macOS, you must install `openssl` from Homebrew. A CA file will be bootstrapped using certificates from the system keychain. -You can then set the path to certificates in WeeChat: + +With WeeChat ≤ 3.1, you can then set the path to system certificates: ---- /set weechat.network.gnutls_ca_file "/usr/local/etc/openssl/cert.pem" @@ -767,7 +768,8 @@ by your server name: [[irc_ssl_freenode]] === How can I connect to freenode server using SSL? -Set option _weechat.network.gnutls_ca_file_ to file with certificates: +With WeeChat ≤ 3.1, set option _weechat.network.gnutls_ca_file_ to file with +certificates: ---- /set weechat.network.gnutls_ca_file "/etc/ssl/certs/ca-certificates.crt" @@ -1047,8 +1049,7 @@ Scripts are not compatible with other IRC clients. [[scripts_update]] === The command "/script update" can not read scripts, how to fix that? -First check questions about SSL connection in this FAQ -(especially the option _weechat.network.gnutls_ca_file_). +First check questions about SSL connection in this FAQ. If still not working, try to manually delete the scripts file (in your shell): @@ -1128,8 +1129,8 @@ You can try following tips to consume less memory: fifo, logger, perl, python, ruby, lua, tcl, guile, javascript, php, spell, xfer (used for DCC). See `/help weechat.plugin.autoload`. * Load only scripts that you really need. -* Do not load certificates if SSL is *NOT* used: set empty string in option - _weechat.network.gnutls_ca_file_. +* Do not load system certificates if SSL is *NOT* used: turn off this option: + _weechat.network.gnutls_ca_system_. * Reduce value of option _weechat.history.max_buffer_lines_number_ or set value of option _weechat.history.max_buffer_lines_minutes_. * Reduce value of option _weechat.history.max_commands_. |