[telepathy-gabble/master] add /etc/ssl/certs/ca-certificates.crt as default certificates location

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Mon Sep 14 09:00:44 PDT 2009


---
 src/connection.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/connection.c b/src/connection.c
index 7504bc7..37f588e 100644
--- a/src/connection.c
+++ b/src/connection.c
@@ -1726,6 +1726,9 @@ _gabble_connection_connect (TpBaseConnection *base,
   priv->connector = wocky_connector_new (jid, priv->password, priv->resource);
   g_free (jid);
 
+  wocky_connector_add_ca (priv->connector,
+      "/etc/ssl/certs/ca-certificates.crt");
+
   /* If the UI explicitly specified a port or a server, pass them to Loudmouth
    * rather than letting it do an SRV lookup.
    *
-- 
1.5.6.5



More information about the telepathy-commits mailing list