summaryrefslogtreecommitdiff
path: root/doc/en
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2010-11-28 15:21:26 +0100
committerSebastien Helleu <flashcode@flashtux.org>2010-11-28 15:21:26 +0100
commitb6833392fe1ef10d3d27a7898914d7c4cb5f2ecb (patch)
tree89fe0db71cd0c5072771634f8fb7c2b2a394b201 /doc/en
parent053241221286f3f470627eb1eff3bc9898c651b7 (diff)
downloadweechat-b6833392fe1ef10d3d27a7898914d7c4cb5f2ecb.zip
Add question about IRC SSL connection in FAQ
Diffstat (limited to 'doc/en')
-rw-r--r--doc/en/weechat_faq.en.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/en/weechat_faq.en.txt b/doc/en/weechat_faq.en.txt
index 5b13a612d..93b529f40 100644
--- a/doc/en/weechat_faq.en.txt
+++ b/doc/en/weechat_faq.en.txt
@@ -389,6 +389,25 @@ Many other scripts exist for notification, please look at plugins/scripts page:
http://www.weechat.org/scripts
+[[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]]
Plugins / scripts
-----------------