diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-08-26 18:50:46 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-08-26 18:50:46 +0200 |
commit | da7343730471cd844bc25befb0c369c49ab7880a (patch) | |
tree | d26827336e16d503e7aed1da85aa7134ccd86516 /doc/en/weechat_faq.en.txt | |
parent | 97a2e4f7130105ae186771b507a6bbc0180c5f67 (diff) | |
download | weechat-da7343730471cd844bc25befb0c369c49ab7880a.zip |
doc: update question about SSL/freenode in FAQ
Diffstat (limited to 'doc/en/weechat_faq.en.txt')
-rw-r--r-- | doc/en/weechat_faq.en.txt | 18 |
1 files changed, 5 insertions, 13 deletions
diff --git a/doc/en/weechat_faq.en.txt b/doc/en/weechat_faq.en.txt index c295eb7ac..1c2bbdd49 100644 --- a/doc/en/weechat_faq.en.txt +++ b/doc/en/weechat_faq.en.txt @@ -631,23 +631,15 @@ connection will be less secure by doing that): How can I connect to freenode server using SSL? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -You must download certificate, convert it, then add it in WeeChat: +If you are using WeeChat ≤ 0.3.5, you may have to change value of this option ---------------------------------------- -$ cd /tmp -$ wget http://crt.gandi.net/GandiStandardSSLCA.crt -$ openssl x509 -inform der -outform pem < GandiStandardSSLCA.crt > GandiStandardSSLCA.pem -$ mkdir ~/.weechat/ssl -$ cat GandiStandardSSLCA.pem >>~/.weechat/ssl/CAs.pem +/set weechat.network.gnutls_ca_file "/etc/ssl/certs/ca-certificates.crt" ---------------------------------------- -To force WeeChat to reload file with the certificate authorities, change value -of option and reset it to default value: - ----------------------------------------- -/set weechat.network.gnutls_ca_file "" -/unset weechat.network.gnutls_ca_file ----------------------------------------- +[NOTE] +Check that you have this file on your system (commonly brought by package +"ca-certificates"). Setup server port, SSL, dhkey_size, then connect: |