From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/87421 Path: news.gmane.org!.POSTED!not-for-mail From: Steinar Bang Newsgroups: gmane.emacs.gnus.general Subject: Problems with CA certificates in emacs 25 Date: Sun, 05 Mar 2017 21:26:20 +0100 Organization: Probably a good idea Message-ID: NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1488745635 3872 195.159.176.226 (5 Mar 2017 20:27:15 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 5 Mar 2017 20:27:15 +0000 (UTC) User-Agent: Gnus/5.130016 (Ma Gnus v0.16) Emacs/24.4 (windows-nt) To: ding@gnus.org Original-X-From: ding-owner+m35642@lists.math.uh.edu Sun Mar 05 21:27:08 2017 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from mxfilter-048034.atla03.us.yomura.com ([107.189.48.34]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ckckE-0008M1-DC for ding-account@gmane.org; Sun, 05 Mar 2017 21:27:06 +0100 X-Yomura-MXScrub: 1.0 Original-Received: from lists1.math.uh.edu (unknown [129.7.128.208]) by mxfilter-048034.atla03.us.yomura.com (Halon) with ESMTPS id 1b311781-01e2-11e7-b719-b499baa2b07a; Sun, 05 Mar 2017 20:27:09 +0000 (UTC) Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.87) (envelope-from ) id 1ckcjt-0002FY-41; Sun, 05 Mar 2017 14:26:45 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by lists1.math.uh.edu with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.87) (envelope-from ) id 1ckcjq-0002Eo-AX for ding@lists.math.uh.edu; Sun, 05 Mar 2017 14:26:42 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.87) (envelope-from ) id 1ckcjo-0001e8-16 for ding@lists.math.uh.edu; Sun, 05 Mar 2017 14:26:42 -0600 Original-Received: from [195.159.176.226] (helo=blaine.gmane.org) by quimby.gnus.org with esmtps (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from ) id 1ckcjm-0003CR-Gr for ding@gnus.org; Sun, 05 Mar 2017 21:26:38 +0100 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1ckcjZ-0004jn-EG for ding@gnus.org; Sun, 05 Mar 2017 21:26:25 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 38 Original-X-Complaints-To: usenet@blaine.gmane.org Mail-Copies-To: never Cancel-Lock: sha1:QggBxspfygmsY4k3WAfMuAyz3j0= List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:87421 Archived-At: Platform: Windows 7, GNU Emacs 25.1.1 (x86_64-w64-mingw32) of 2016-11-15 I tried firing up emacs 25 for the first time today. I ran into problems connecting to my imap server. It sort of just gave up during the opening phase and set that server to offline. Here's the nnimap server config: '((nnimap "privat" (nnimap-address "imap.mydomain.no") (nnimap-authenticator cram-md5) (nnimap-server-port 993) (nnimap-stream ssl)) Here are the contents of the " *nnimap imap.bang.priv.no 993 *nntpd**" buffer: * OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE AUTH=PLAIN AUTH=CRAM-MD5] Dovecot ready. * BYE Disconnected for inactivity. closed done depth=0 CN = imap.bang.priv.no verify error:num=20:unable to get local issuer certificate verify return:1 depth=0 CN = imap.bang.priv.no verify error:num=21:unable to verify the first certificate verify return:1 Process *nnimap* finished I have signed the certificate of my IMAP server using cacert.org. Do I need to put the cacert.org CA file in some file somewhere? If so, which one? Thanks! - Steinar