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

doc: update italian FAQ

This commit is contained in:
Marco Paolone
2012-02-12 08:29:21 +01:00
committed by Sebastien Helleu
parent 5d29e0062a
commit 00c2b8f951
+4 -5
View File
@@ -656,13 +656,12 @@ Se si verificano errori con i certificati, è possibile disabilitare "ssl_verify
----------------------------------------
// TRANSLATION MISSING
[[irc_ssl_handshake_error]]
When connecting to server with SSL, I see only error "TLS handshake failed", what can I do?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Alla connessione al server con SSL ottengo solo l'errore "handshake TLS fallito", cosa posso fare?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
You can try a different priority string (WeeChat ≥ 0.3.5 only), replace "xxx"
by your server name:
Provare una stringa di priorità diversa (solo WeeChat ≥ 0.3.5), sostituendo
"xxx" con il nome del server:
----------------------------------------
/set irc.server.xxx.ssl_priorities "NORMAL:-VERS-TLS-ALL:+VERS-TLS1.0:+VERS-SSL3.0:%COMPAT"