Ticket #3384 (closed defect: fixed)
SSL cerficate warning
| Reported by: | GustavoCarneiro | Owned by: | asterix |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | None | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | OS: | All |
Description
2007-08-21 12:06:08,096 gajim.c.x.transports_nb: WARNING: Unable to load SSL certificats from file /usr/local/share/gajim/data/other/ca.crt 2007-08-21 12:06:08,542 gajim.c.connection: WARNING: The authenticity of the gmail.com certificate could be unvalid. SSL Error: Unable to verify the first certificate
Problem was that the root certificates are not being installed. A bug in data/Makefile.am:
Index: data/Makefile.am =================================================================== --- data/Makefile.am (revision 8528) +++ data/Makefile.am (working copy) @@ -12,7 +12,7 @@ sounds_DATA = $(srcdir)/sounds/*.wav otherdir = $(pkgdatadir)/data/other -other_DATA = other/servers.xml +other_DATA = other/servers.xml other/cacerts.pem man_MANS = gajim.1 gajim-remote.1
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
