From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/87778 Path: news.gmane.org!.POSTED!not-for-mail From: Eric Abrahamsen Newsgroups: gmane.emacs.gnus.general Subject: Re: new (?) version of the old nnml problem Date: Fri, 20 Oct 2017 14:20:08 -0700 Message-ID: <87shed34af.fsf@ericabrahamsen.net> References: <86wp3p28u5.fsf@zoho.com> <86shed284o.fsf@zoho.com> <86o9p127p4.fsf@zoho.com> <8760b9kewf.fsf@ericabrahamsen.net> <86376d24n7.fsf@zoho.com> <87wp3piytm.fsf@ericabrahamsen.net> <86tvytzqtp.fsf@zoho.com> <87vaj94ss4.fsf@ericabrahamsen.net> <86lgk5zmqy.fsf@zoho.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1508534799 17965 195.159.176.226 (20 Oct 2017 21:26:39 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 20 Oct 2017 21:26:39 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.90 (gnu/linux) To: ding@gnus.org Original-X-From: ding-owner+m35992@lists.math.uh.edu Fri Oct 20 23:26:35 2017 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from mxfilter-048035.atla03.us.yomura.com ([107.189.48.35]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e5eoC-0002sF-DP for ding-account@gmane.org; Fri, 20 Oct 2017 23:26:24 +0200 X-Yomura-MXScrub: 1.0 Original-Received: from lists1.math.uh.edu (unknown [129.7.128.208]) by mxfilter-048035.atla03.us.yomura.com (Halon) with ESMTPS id 497c86e5-b5dd-11e7-b60e-b499baabecb2; Fri, 20 Oct 2017 21:26:08 +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 1e5enE-0005ER-Jh; Fri, 20 Oct 2017 16:25:24 -0500 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 1e5enB-0005Dj-01 for ding@lists.math.uh.edu; Fri, 20 Oct 2017 16:25:21 -0500 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 1e5en9-0007D0-Qx for ding@lists.math.uh.edu; Fri, 20 Oct 2017 16:25:20 -0500 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 1e5en7-0007L9-55 for ding@gnus.org; Fri, 20 Oct 2017 23:25:17 +0200 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1e5emt-0001hI-7n for ding@gnus.org; Fri, 20 Oct 2017 23:25:03 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 63 Original-X-Complaints-To: usenet@blaine.gmane.org Cancel-Lock: sha1:msULyskK57UekmWfzaTyY7HBRmY= List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:87778 Archived-At: Emanuel Berg writes: > Eric Abrahamsen wrote: > >> the two programs are roughly equivalent: they >> handle creating and checking TLS >> certificates, and creating and handling >> TLS-encrypted connections to remote servers. > > OK, then how do I specify openssl should be > used instead? Worth a shot... A search with > `apropos-value' and "gnutls" reveals apropos-value is nice! I don't think I've ever used that. > starttls-gnutls-program > "gnutls-cli" > > tls-program > ("gnutls-cli --insecure -p %p %h" "gnutls-cli > --insecure -p %p %h --protocols ssl3" "openssl > s_client -connect %h:%p -no_ssl2 -ign_eof") Maybe change this variable so that only the "openssl" string is in there? [...] > If you mean ... then: > > $ gnutls-cli --version > gnutls-cli 3.3.8 I meant that if the variable libgnutls-version was non-nil, it probably meant you were using gnutls. But the variables you found above are more relevant. >> You can also try setting gnutls-log-level to >> 3 or 4 and fetching mail, and see if anything >> interesting pops up in *Messages*. > > This does, over and over again: > > gnutls.c: [3] ASSERT: gnutls_buffers.c:547 > > gnutls.c: [3] (Emacs) retry: Resource temporarily unavailable, try again. > gnutls.c: [1] (Emacs) non-fatal error: Resource temporarily unavailable, try again. > gnutls.c: [3] ASSERT: gnutls_buffers.c:1104 > >> The bad news is that I tried this: >> >> gnutls-cli --port 995 pop.zoho.com >> >> And it connected just fine. You might try >> that, and going through with the >> login procedure. > > Login procedure works, the rest seems fine (?). Here's where I bow out! That's the extent of my meager knowledge. On the plus side, now you have a real error report to take to emacs.devel :) Eric