After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 666150 - Evo asks me to accept my SSL certificate each time I start it
Evo asks me to accept my SSL certificate each time I start it
Status: RESOLVED DUPLICATE of bug 440316
Product: evolution
Classification: Applications
Component: Mailer
3.2.x (obsolete)
Other Linux
: Normal normal
: ---
Assigned To: evolution-mail-maintainers
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2011-12-14 10:09 UTC by Fabian Greffrath
Modified: 2012-04-06 12:15 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Backported patch from #440316, (981 bytes, text/plain)
2012-04-05 13:09 UTC, Fabian Greffrath
Details

Description Fabian Greffrath 2011-12-14 10:09:00 UTC
Hi,

I have a private mail server running dovecot 1.2.15 to provide IMAP access to my mails. I have also created a private set of key and certificate for this server, that have not been signed off by any CA, of course. Now, each and every time I start Evolution, it presents me the certificate details and that the signature is bad and asks me if I want to accept it or not. There is no way to tell it "Yes, I accept it, please do not ask me again!"

 - Fabian
Comment 1 Milan Crha 2012-04-05 12:36:41 UTC
Thanks for a bug report. It is supposed to save your certificate in the local certificate database and mark it as trusted or not trusted based on your decision, and this change should be saved, but there was a bug that this didn't work in certain cases (or vice versa, it worked in certain cases, even it might not work).

The saving issue had been fixed within bug #440316, thus maybe ask your distribution maintainers to backport that patch, or more precisely the part with camel_certdb_touch() and camel_certdb_save() from the end of the patch.

*** This bug has been marked as a duplicate of bug 440316 ***
Comment 2 Fabian Greffrath 2012-04-05 13:09:23 UTC
Created attachment 211379 [details]
Backported patch from #440316,
Comment 3 Fabian Greffrath 2012-04-05 13:09:32 UTC
Milan, thanks for the explanation and the fix. Would you say the attached patch is enough to fix this issue in e-d-s_3.2.2?
Comment 4 Milan Crha 2012-04-06 12:15:05 UTC
(In reply to comment #3)
> Milan, thanks for the explanation and the fix. Would you say the attached patch
> is enough to fix this issue in e-d-s_3.2.2?

Yes, it looks like it should do the job for you.