From 0b79510b75e8ca2e8db872f8d4d2b39cfb9a21d8 Mon Sep 17 00:00:00 2001 From: Artiom Di Date: Wed, 17 Feb 2016 15:02:04 +0100 Subject: [PATCH] doc: fix instructions about getting correct CA file on Mac OS X (FAQ) --- doc/en/weechat_faq.en.asciidoc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/en/weechat_faq.en.asciidoc b/doc/en/weechat_faq.en.asciidoc index f583579ff..d8f498120 100644 --- a/doc/en/weechat_faq.en.asciidoc +++ b/doc/en/weechat_faq.en.asciidoc @@ -492,11 +492,12 @@ you have to use key[alt] instead of key[shift]). [[irc_ssl_connection]] === I have some problems when connecting to a server using SSL, what can I do? -If you are using Mac OS X, you must install `curl-ca-bundle` and set the path -to certificates in WeeChat: +If you are using Mac OS X, you must install `openssl` from Homebrew. A CA file +will be bootstrapped using certificates from the system keychain. And set the +path to certificates in WeeChat: ---- -/set weechat.network.gnutls_ca_file "/usr/local/opt/curl-ca-bundle/share/ca-bundle.crt" +/set weechat.network.gnutls_ca_file "/usr/local/etc/openssl/cert.pem" ---- If you see errors about gnutls handshake, you can try to use a smaller