1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-10 03:33:12 +02:00

doc: add translations in question about SSL problems (FAQ)

This commit is contained in:
Sébastien Helleu
2015-09-06 11:08:30 +02:00
parent fff4052217
commit 1f7f84c296
6 changed files with 51 additions and 12 deletions
+10 -2
View File
@@ -507,14 +507,22 @@ Jeśli widzisz błędy gnutls, możesz użyć innej wielkości klucza
Diffie-Hellman (domyślnie 2048):
----
/set irc.server.freenode.ssl_dhkey_size 1024
/set irc.server.example.ssl_dhkey_size 1024
----
Jeśli widzisz błędy związanie z certyfikatami, możesz wyłączyć opcję "ssl_verify"
(należy jednak uważać, ponieważ połączenie będzie mniej bezpieczne):
----
/set irc.server.freenode.ssl_verify off
/set irc.server.example.ssl_verify off
----
// TRANSLATION MISSING
If the server has an invalid certificate and you know what the certificate
should be, you can specify the fingerprint (SHA-512, SHA-256 or SHA-1):
----
/set irc.server.example.ssl_fingerprint 0c06e399d3c3597511dc8550848bfd2a502f0ce19883b728b73f6b7e8604243b
----
[[irc_ssl_handshake_error]]