bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#28971: 24.4; Gnus TLS/SSL POP issue


From: Robert Pluim
Subject: bug#28971: 24.4; Gnus TLS/SSL POP issue
Date: Mon, 30 Oct 2017 09:33:34 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.90 (gnu/linux)

Emanuel Berg <moasen@zoho.com> writes:

> 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.
>

You're using the builtin GNUTLS support. There have been a number of
fixes to it over the years, so it could be worth trying emacs-26. If
that's not possible, the alternative is to switch to using the
external gnutls-cli command instead. Something like

(defun gnutls-available-p ()
       nil)

before you load gnus should do the trick.

Regards

Robert





reply via email to

[Prev in Thread] Current Thread [Next in Thread]