# HG changeset patch # User Steve Losh # Date 1440671152 0 # Node ID 9a20baa633dbc2003939492b116b01bea12b5743 # Parent cbcdbdb747ff50550cd6d23fd114150619b3ab5f Get weechat to handle SSL correctly diff -r cbcdbdb747ff -r 9a20baa633db weechat/weechat.conf --- a/weechat/weechat.conf Thu Aug 27 10:25:21 2015 +0000 +++ b/weechat/weechat.conf Thu Aug 27 10:25:52 2015 +0000 @@ -189,7 +189,8 @@ [network] connection_timeout = 60 -gnutls_ca_file = "%h/ssl/CAs.pem" +# gnutls_ca_file = "%h/ssl/CAs.pem" +gnutls_ca_file = "/usr/share/curl/ca-bundle.crt" gnutls_handshake_timeout = 30 proxy_curl = ""