mirror of
https://github.com/weechat/weechat.git
synced 2026-07-03 00:03:12 +02:00
doc: fix instructions about getting correct CA file on Mac OS X (FAQ)
This commit is contained in:
committed by
Sébastien Helleu
parent
5554e40210
commit
0b79510b75
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user