[Bug 29000] New: Telepathy-gabble doesn't find system certificates

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sat Jul 10 14:54:47 CEST 2010


https://bugs.freedesktop.org/show_bug.cgi?id=29000

           Summary: Telepathy-gabble doesn't find system certificates
           Product: Telepathy
           Version: 0.9
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: gabble
        AssignedTo: telepathy-bugs at lists.freedesktop.org
        ReportedBy: bpepple at fedoraproject.org
         QAContact: telepathy-bugs at lists.freedesktop.org


Description of problem:
In Fedora 12, I could use strict-SSL in Empathy for Google Chat (strict meaning
encryption required, don't ignore errors).  In Fedora 13 this now just says
"Certificate untrusted".

The cert path is hardcoded in tp-gabble:

src/connection.c:

1895 static gboolean
1896 _gabble_connection_connect (TpBaseConnection *base,
1897                             GError **error)
1898 {
...
1914   /* system certs */
1915   wocky_connector_add_ca (priv->connector,
1916       "/etc/ssl/certs/ca-certificates.crt");


but doesn't match Fedora convention (/etc/pki/tls/certs/ca-bundle.crt).

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



More information about the telepathy-bugs mailing list