emacs-devel
[Top][All Lists]
Advanced

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

Re: GnuTLS error -54


From: Lars Ingebrigtsen
Subject: Re: GnuTLS error -54
Date: Sat, 11 Jun 2022 12:44:26 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Stefan Monnier <monnier@iro.umontreal.ca> writes:

> +      (condition-case err
> +          (gnutls-negotiate :process process
> +                            :type 'gnutls-x509pki
> +                            :keylist keylist
> +                            :hostname (puny-encode-domain host))
> +        (gnutls-error
> +         (if (not (eq (nth 2 err) -54))

Hm...  we already try to loop while handshaking in
gnutls_try_handshake -- would adjusting the looping condition there
work, or is this error reported somewhere else?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



reply via email to

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