From: Grant Rettke <grant@wisdomandwonder.com>
To: kzorba@nixly.net
Cc: Van L <van@scratch.space>,
Help Gnu Emacs mailing list <help-gnu-emacs@gnu.org>
Subject: Re: Emacs gnus (tls) IMAP connection problems with Google
Date: Sun, 10 Feb 2019 15:54:49 -0600 [thread overview]
Message-ID: <CAPE0SPOETkvWA7gz8gZrZQF+B92WeHTxgQrASWZJ6aSb_bBG6g@mail.gmail.com> (raw)
In-Reply-To: <87k1iqvw4f.fsf@nixly.net>
On Sun, Jan 27, 2019 at 11:39 AM Kostas Zorbadelos <kzorba@nixly.net> wrote:
> In my case, the problem is consistent. Hopefully someone could give a
A few weeks ago I ran into a problem with TLS. The context was using
Org2Block. Org2Blog
runs in Emacs and talks to WordPress via XML-RPC over TLS.
Short story of my solution is that I had to configure GnuTLS to
not-use TLSv1.3. Here is the explanation:
https://github.com/org2blog/org2blog/wiki/Debugging-Stories#inexplicably-cant-login-or-do-anything
.
Here is the config, which you can only set up once, and now every tls
connection Emacs makes will use this config:
(setq gnutls-algorithm-priority "NORMAL:-VERS-TLS1.3")
The long version is how I figured it out:
https://github.com/org2blog/org2blog/wiki/Debugging#when-things-go-wrong-how-to-debug
next prev parent reply other threads:[~2019-02-10 21:54 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-01-27 2:55 Emacs gnus (tls) IMAP connection problems with Google Van L
2019-01-27 17:38 ` Kostas Zorbadelos
2019-02-10 21:54 ` Grant Rettke [this message]
2019-02-11 2:30 ` Emanuel Berg
2019-02-25 15:11 ` Emanuel Berg
2019-02-25 15:39 ` Emanuel Berg
2019-02-26 11:45 ` Emanuel Berg
2019-02-12 19:57 ` Kostas Zorbadelos
2019-02-13 13:03 ` Robert Pluim
-- strict thread matches above, loose matches on Subject: below --
2019-01-28 3:08 Van L
2019-01-26 11:13 Kostas Zorbadelos
2019-01-26 17:13 ` Alex Kost
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=CAPE0SPOETkvWA7gz8gZrZQF+B92WeHTxgQrASWZJ6aSb_bBG6g@mail.gmail.com \
--to=grant@wisdomandwonder.com \
--cc=help-gnu-emacs@gnu.org \
--cc=kzorba@nixly.net \
--cc=van@scratch.space \
/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.