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

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

gnutls-verify-error issues


From: Hubert Chathi
Subject: gnutls-verify-error issues
Date: Mon, 11 Jul 2016 21:35:57 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)

There seems to be something weird going on with the gnutls-verify-error
variable.  It is initially set to:

(("muchlearning\\.org"
      (:trustfiles))
     ("news\\.gmane\\.org" nil)
     (".*"
      (:trustfiles :hostname)))

i.e. it verifies all domains strictly except for a couple of domains
that need to be more lax.

However, after it's made a few connections, the value changes, and
eventually becomes unusable for some domains.  e.g. it may look like this:

(("muchlearning\\.org"
   (:trustfiles))
  ("news\\.gmane\\.org" nil
   (:trustfiles :hostname)
   (:trustfiles :hostname)
   . #2)
  (".*"
   (:trustfiles :hostname)
   . #1))

and it won't be able to connect to news.gmane.org any more.

I'm currently using emacs 24.4 from Debian (package version 24.4+1-5,
which is the current version from Debian stable).

-- 
Hubert Chathi - Email/Jabber: hubert@uhoreg.ca - https://www.uhoreg.ca/
PGP/GnuPG key: 4096R/113A1368 (Key available at pool.sks-keyservers.net)
Fingerprint: F24C F749 6C73 DDB8 DCB8  72DE B2DE 88D3 113A 1368




reply via email to

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