From: Hubert Chathi <hubert@uhoreg.ca>
To: help-gnu-emacs@gnu.org
Subject: gnutls-verify-error issues
Date: Mon, 11 Jul 2016 21:35:57 -0400 [thread overview]
Message-ID: <87d1mjd4ea.fsf@desiato.home.uhoreg.ca> (raw)
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
next reply other threads:[~2016-07-12 1:35 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-12 1:35 Hubert Chathi [this message]
[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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87d1mjd4ea.fsf@desiato.home.uhoreg.ca \
--to=hubert@uhoreg.ca \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.