1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-27 05:16:38 +02:00

Add question about IRC SSL connection in FAQ

This commit is contained in:
Sebastien Helleu
2010-11-28 15:21:26 +01:00
parent 0532412212
commit b6833392fe
5 changed files with 99 additions and 0 deletions
+20
View File
@@ -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
------------------------
+19
View File
@@ -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
-----------------
+20
View File
@@ -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
--------------------
+20
View File
@@ -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
---------------
+20
View File
@@ -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
------------------