Ticket #3384 (closed defect: fixed)

Opened 17 months ago

Last modified 17 months ago

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

Changed 17 months ago by steve-e

  • status changed from new to closed
  • resolution set to fixed

Thanks. It is fixed in [8530].

Add/Change #3384 (SSL cerficate warning)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.