From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Jude DaShiell Newsgroups: gmane.emacs.help Subject: Re: Special configuration needed for eww + gnutls? [emacs 28.1] Date: Thu, 14 Apr 2022 22:04:01 -0400 Message-ID: <4fc7993-103d-752-55c3-a7c26479b79@panix.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="30263"; mail-complaints-to="usenet@ciao.gmane.io" To: Kaushal Modi , Help Gnu Emacs mailing list Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Fri Apr 15 04:04:31 2022 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nfBK3-0007fX-7C for geh-help-gnu-emacs@m.gmane-mx.org; Fri, 15 Apr 2022 04:04:31 +0200 Original-Received: from localhost ([::1]:44878 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nfBK2-0006lu-4U for geh-help-gnu-emacs@m.gmane-mx.org; Thu, 14 Apr 2022 22:04:30 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:42528) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nfBJc-0006lS-LY for help-gnu-emacs@gnu.org; Thu, 14 Apr 2022 22:04:04 -0400 Original-Received: from mailbackend.panix.com ([166.84.1.89]:24312) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nfBJa-0002QS-Pn for help-gnu-emacs@gnu.org; Thu, 14 Apr 2022 22:04:04 -0400 Original-Received: from panix1.panix.com (panix1.panix.com [166.84.1.1]) by mailbackend.panix.com (Postfix) with ESMTP id 4Kffl53t88z3mk0; Thu, 14 Apr 2022 22:04:01 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=panix.com; s=panix; t=1649988241; bh=nLIjNf72MK1kxNf1pIKb0g/W6jX++KtLdFtTNKuomvY=; h=Date:From:To:Subject:In-Reply-To:References; b=QhvPG4AJ67WMSyC+dPxmmK4g2lWr/9uAsW0BQhTwERMJbjx5n/Jt96NTzgzkaNKkq o1TmB5/TSyfzX740Q0xqJx/shyYsgvkpdz+mDSCUdp9Qt52q51cUidMijkBkDMuXgy q+qpT/VBpZ+c0NGNxzVWFKG6oN9+uC8qXYNEwKOc= Original-Received: by panix1.panix.com (Postfix, from userid 20712) id 4Kffl52mRqzcbc; Thu, 14 Apr 2022 22:04:01 -0400 (EDT) Original-Received: from localhost (localhost [127.0.0.1]) by panix1.panix.com (Postfix) with ESMTP id 4Kffl52LfmzcbC; Thu, 14 Apr 2022 22:04:01 -0400 (EDT) In-Reply-To: Received-SPF: pass client-ip=166.84.1.89; envelope-from=jdashiel@panix.com; helo=mailbackend.panix.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:136918 Archived-At: have you got this in one of your initialization files: (setq gnutls-algorithm-priority "NORMAL:-VERS-TLS1.3") On Thu, 14 Apr 2022, Kaushal Modi wrote: > Hello, > > I am able to browse websites using eww, but for any website I try to > visit, I get a prompt like this: > > When I visiting orgmode.org, I see this (see attachment) > When I try to visit my blog (https://scripter.co), I see a similar > warning (see second attachment). > > Note that the https certificates are valid for both of the above > sites. Normal browsers show the HTTPS Secure lock sign without any > warnings. > > I have left the value of gnutls-algorithm-priority at its default > value of nil. Is there a suggested default value for this that would > prevent those warnings in eww? > > Thanks! > > > -- > Kaushal Modi >