From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/80980 Path: news.gmane.org!not-for-mail From: Steinar Bang Newsgroups: gmane.emacs.gnus.general Subject: TLS problems on nnimap (emacs22 and maybe emacs23) Date: Fri, 27 Jan 2012 14:55:15 +0100 Organization: Probably a good idea Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1327668755 16837 80.91.229.12 (27 Jan 2012 12:52:35 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 27 Jan 2012 12:52:35 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M29262@lists.math.uh.edu Fri Jan 27 13:52:31 2012 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RqlI6-0001Q9-IX for ding-account@gmane.org; Fri, 27 Jan 2012 13:52:30 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1RqlHy-0002mO-IJ; Fri, 27 Jan 2012 06:52:22 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1RqlHx-0002mH-6C for ding@lists.math.uh.edu; Fri, 27 Jan 2012 06:52:21 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1RqlHu-0005ev-S5 for ding@lists.math.uh.edu; Fri, 27 Jan 2012 06:52:21 -0600 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1RqlHt-0005ar-Ev for ding@gnus.org; Fri, 27 Jan 2012 13:52:17 +0100 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RqlHr-0001EU-L0 for ding@gnus.org; Fri, 27 Jan 2012 13:52:16 +0100 Original-Received: from 62.113.137.5 ([62.113.137.5]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 27 Jan 2012 13:52:15 +0100 Original-Received: from sb by 62.113.137.5 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 27 Jan 2012 13:52:15 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 28 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 62.113.137.5 Mail-Copies-To: never User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/22.3 (gnu/linux) Cancel-Lock: sha1:R41Naxm6n3ZQhqJ3TAuTPtnSPzA= X-Spam-Score: -3.7 (---) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:80980 Archived-At: I saw this problem (at least I seem to remember that it had the same offending commit) on emacs 23 on debian testing yesterday. But it was more elusive there. After I had reset the bisect and had gone to head, it went away, so I didn't report it there (I will check when I get home that I actually correctly ended the git bisect). Today I saw the issue on emacs22 on CentOS5. The issue is that nnimap fails to open an IMAPS connection: Opening connection to imap.mydomain.no via tls... Opening TLS connection to `imap.mydomain.no'... Opening TLS connection with `gnutls-cli --insecure -p 993 imap.mydomain.no'...failed Opening TLS connection with `gnutls-cli --insecure -p 993 imap.mydomain.no --protocols ssl3'...failed Opening TLS connection with `openssl s_client -connect imap.mydomain.no:993 -no_ssl2 -ign_eof'...done Opening TLS connection to `imap.mydomain.no'...done proto-stream-get-response: Wrong type argument: stringp, nil git bisect tells me this: ~/git/gnus$ git bisect good 978b28444a45be09524682cacbd95fca9e9d28f5 is the first bad commit commit 978b28444a45be09524682cacbd95fca9e9d28f5 Author: Lars Ingebrigtsen Date: Thu Jan 26 20:30:11 2012 +0100 Wait for :end-of-capability, not :end-of-command. :040000 040000 29e1ce17851ae3f872f8ba5657e94089046c25fc f2ebff9b74dfbe864057207112b062e3933c02de M lisp