From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/71821 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: STARTTLS support Date: Sun, 26 Sep 2010 07:18:34 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87bp7k3dgl.fsf@lifelogs.com> References: <87ocbo4e4c.fsf@gmail.com> <87mxr7z8hp.fsf@gmail.com> <844odf5ap0.fsf@davestoy.home> <87fwwx2fl9.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1285503534 3277 80.91.229.12 (26 Sep 2010 12:18:54 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 26 Sep 2010 12:18:54 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M20194@lists.math.uh.edu Sun Sep 26 14:18:53 2010 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 1OzqBw-0006LQ-Uv for ding-account@gmane.org; Sun, 26 Sep 2010 14:18:53 +0200 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 1OzqBp-0005ak-O3; Sun, 26 Sep 2010 07:18:45 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1OzqBn-0005aS-UM for ding@lists.math.uh.edu; Sun, 26 Sep 2010 07:18:43 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1OzqBm-0006Dw-TC for ding@lists.math.uh.edu; Sun, 26 Sep 2010 07:18:43 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1OzqBm-0005aJ-00 for ; Sun, 26 Sep 2010 14:18:42 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OzqBl-0006JG-I1 for ding@gnus.org; Sun, 26 Sep 2010 14:18:41 +0200 Original-Received: from c-24-14-16-248.hsd1.il.comcast.net ([24.14.16.248]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 26 Sep 2010 14:18:41 +0200 Original-Received: from tzz by c-24-14-16-248.hsd1.il.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 26 Sep 2010 14:18:41 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 13 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: c-24-14-16-248.hsd1.il.comcast.net X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6;d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:1CkWbGSY085sNdU6Zhod7nLCQLs= X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:71821 Archived-At: On Sun, 26 Sep 2010 15:17:55 +0800 CHENG Gao wrote: CG> I just pulled and built. I confirm it works, just I need to input login CG> info to connect to imap servers. Should I set some variables to make it CG> use .authinfo(.gpg)? Wait, what? gnutls.el's version of `starttls-open-stream' and `open-ssl-stream' work for you? Are you sure you're not using the regular ssl.el and starttls.el? Follow the instructions in my e-mail to emacs-devel to be sure you're testing the right things. Those functions were failing for me last night at the handshake stage. Ted