summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/de/weechat_faq.de.txt20
-rw-r--r--doc/en/weechat_faq.en.txt19
-rw-r--r--doc/fr/weechat_faq.fr.txt20
-rw-r--r--doc/it/weechat_faq.it.txt20
-rw-r--r--doc/pl/weechat_faq.pl.txt20
5 files changed, 99 insertions, 0 deletions
diff --git a/doc/de/weechat_faq.de.txt b/doc/de/weechat_faq.de.txt
index 16f9968a1..6cc53c93d 100644
--- a/doc/de/weechat_faq.de.txt
+++ b/doc/de/weechat_faq.de.txt
@@ -416,6 +416,26 @@ Es gibt noch andere Skripten, die über verschiedene Ereignisse informieren , bi
besuche dazu die Skripten-Webseite: 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]]
Erweiterungen / Skripten
------------------------
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
-----------------
diff --git a/doc/fr/weechat_faq.fr.txt b/doc/fr/weechat_faq.fr.txt
index 5daeaaf4c..b74a2f4d5 100644
--- a/doc/fr/weechat_faq.fr.txt
+++ b/doc/fr/weechat_faq.fr.txt
@@ -403,6 +403,26 @@ De nombreux autres scripts de notification existent, merci de consulter la
liste des extensions/scripts : http://www.weechat.org/scripts
+[[irc_ssl_connection]]
+J'ai des problèmes pour me connecter au serveur avec SSL, que puis-je faire ?
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Si vous voyez des erreurs à propos de la poignée de main gnutls ("handshake"),
+vous pouvez utiliser une valeur plus petite pour la clé Diffie-Hellman (par
+défaut 2048) :
+
+----------------------------------------
+/set irc.server.freenode.ssl_dhkey_size 1024
+----------------------------------------
+
+Si vous voyez des erreurs à propos du certificat, vous pouvez désactiver
+"ssl_verify" (attention, la connexion sera moins sûre en faisant cela) :
+
+----------------------------------------
+/set irc.server.freenode.ssl_verify off
+----------------------------------------
+
+
[[plugins_scripts]]
Extensions / scripts
--------------------
diff --git a/doc/it/weechat_faq.it.txt b/doc/it/weechat_faq.it.txt
index 97aa7c8c4..a84fb4553 100644
--- a/doc/it/weechat_faq.it.txt
+++ b/doc/it/weechat_faq.it.txt
@@ -401,6 +401,26 @@ dei plugin/script:
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 / script
---------------
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
------------------