From da7343730471cd844bc25befb0c369c49ab7880a Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Fri, 26 Aug 2011 18:50:46 +0200 Subject: doc: update question about SSL/freenode in FAQ --- doc/en/weechat_faq.en.txt | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) (limited to 'doc/en') 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: -- cgit v1.2.3