all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* gnutls-verify-error issues
@ 2016-07-12  1:35 Hubert Chathi
  0 siblings, 0 replies; 4+ messages in thread
From: Hubert Chathi @ 2016-07-12  1:35 UTC (permalink / raw)
  To: help-gnu-emacs

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




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-07-13  3:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.1147.1468287386.26859.help-gnu-emacs@gnu.org>
2016-07-12  1:48 ` gnutls-verify-error issues Emanuel Berg
2016-07-12 14:00 ` Ted Zlatanov
2016-07-13  3:08   ` Hubert Chathi
2016-07-12  1:35 Hubert Chathi

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.