unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Kaushal Modi <kaushal.modi@gmail.com>
To: Jude DaShiell <jdashiel@panix.com>
Cc: Help Gnu Emacs mailing list <help-gnu-emacs@gnu.org>
Subject: Re: Special configuration needed for eww + gnutls? [emacs 28.1]
Date: Fri, 15 Apr 2022 12:53:51 -0400	[thread overview]
Message-ID: <CAFyQvY2PXtMxmd3mp_45_iOX4buMHgYrs4P-QOFrYUXs007YtQ@mail.gmail.com> (raw)
In-Reply-To: <4fc7993-103d-752-55c3-a7c26479b79@panix.com>

On Thu, Apr 14, 2022 at 10:04 PM Jude DaShiell <jdashiel@panix.com> wrote:
>
> have you got this in one of your initialization files:
> (setq gnutls-algorithm-priority "NORMAL:-VERS-TLS1.3")

No, gnutls-algorithm-priority is nil at its default value.

If I evaluate this in an emacs -Q session:

(progn
  (setq gnutls-algorithm-priority "NORMAL:-VERS-TLS1.3")
  (eww "https://scripter.co"))

I see the eww buffer pop up but then stay stuck at "Contacting host:
scripter.co:443".

And if I evaluate

(progn
  (setq gnutls-algorithm-priority "NORMAL:-VERS-TLS1.2")
  (eww "https://scripter.co"))

I see

Contacting host: scripter.co:443
#<buffer  *http scripter.co:443*-871644>
gnutls.c: [0] (Emacs) Received alert:  Error in protocol version

If this info is useful, pkg-config --modversion gnutls returns 3.3.29.
(and so C-h v libgnutls-version also returns 30329).

Does this work for you in an emacs -Q session?

  (eww "https://scripter.co")

Thanks!



  reply	other threads:[~2022-04-15 16:53 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-14 16:34 Special configuration needed for eww + gnutls? [emacs 28.1] Kaushal Modi
2022-04-15  2:04 ` Jude DaShiell
2022-04-15 16:53   ` Kaushal Modi [this message]
2022-04-15 17:28     ` Robert Pluim
2022-04-15 18:00       ` Kaushal Modi
2022-04-17 14:14         ` Robert Pluim

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

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAFyQvY2PXtMxmd3mp_45_iOX4buMHgYrs4P-QOFrYUXs007YtQ@mail.gmail.com \
    --to=kaushal.modi@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    --cc=jdashiel@panix.com \
    /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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).