diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-11-28 15:21:26 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-11-28 15:21:26 +0100 |
commit | b6833392fe1ef10d3d27a7898914d7c4cb5f2ecb (patch) | |
tree | 89fe0db71cd0c5072771634f8fb7c2b2a394b201 /doc/pl | |
parent | 053241221286f3f470627eb1eff3bc9898c651b7 (diff) | |
download | weechat-b6833392fe1ef10d3d27a7898914d7c4cb5f2ecb.zip |
Add question about IRC SSL connection in FAQ
Diffstat (limited to 'doc/pl')
-rw-r--r-- | doc/pl/weechat_faq.pl.txt | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/pl/weechat_faq.pl.txt b/doc/pl/weechat_faq.pl.txt index 1403ca42d..861c8c508 100644 --- a/doc/pl/weechat_faq.pl.txt +++ b/doc/pl/weechat_faq.pl.txt @@ -392,6 +392,26 @@ Istnieje wiele innych skryptów do powiadomień, zajrzyj na stronę wtyczek/skry http://www.weechat.org/scripts +// TRANSLATION MISSING +[[irc_ssl_connection]] +I have some problems when connecting to a server using SSL, what can I do? +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +If you see errors about gnutls handshake, you can try to use a smaller +Diffie-Hellman key (default is 2048): + +---------------------------------------- +/set irc.server.freenode.ssl_dhkey_size 1024 +---------------------------------------- + +If you see errors about certificate, you can disable "ssl_verify" (be careful, +connection will be less secure by doing that): + +---------------------------------------- +/set irc.server.freenode.ssl_verify off +---------------------------------------- + + [[plugins_scripts]] Pluginów / skrypty ------------------ |