From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: eww + w3m / GnuTLS TLSv1 support ? Date: Sun, 13 Feb 2022 19:07:01 +0200 Message-ID: <83v8xipufe.fsf@gnu.org> References: Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="7397"; mail-complaints-to="usenet@ciao.gmane.io" Cc: herbert@gojira.at, emacs-devel@gnu.org To: Jason Vas Dias Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Feb 13 18:11:07 2022 Return-path: Envelope-to: ged-emacs-devel@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 1nJIOw-0001hX-Hh for ged-emacs-devel@m.gmane-mx.org; Sun, 13 Feb 2022 18:11:06 +0100 Original-Received: from localhost ([::1]:59190 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nJIOu-0003Uo-Od for ged-emacs-devel@m.gmane-mx.org; Sun, 13 Feb 2022 12:11:04 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:50346) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nJIL5-0007Go-7l for emacs-devel@gnu.org; Sun, 13 Feb 2022 12:07:07 -0500 Original-Received: from [2001:470:142:3::e] (port=37910 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nJIL3-0007Qk-7j; Sun, 13 Feb 2022 12:07:06 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=xbFgBH/RzNBJDnZuDo+qR7O/MORrkflIFD0nTUCpGVA=; b=pI2nGPNlZ1Pb 6i+WPkGvtZm764sbq/ofzAcB92WjjVsFJdUxJ59lzUJmKfgZILrOkXvgJMruDmFVoaEEMrC8so1Ys /gFidJbeuiY+YaMBSrQHECX2/egKB1zgfYdi7mXn5+m5RnMsok75u3yVSiyPocYcu0Lh77WzSl1X3 GYiULOyuXcRwzW+bFliImuhOzitmhaKCmUZ5rmhimr+EeK8K45OeIKmy8CRlPIRac66s3LMJdbEI9 CFO+G+FY10Wap9XajEnQ1Q96yvAXaCPRNcHS1jS4QfZUGDRn3olTVlHDM5RM6MrVpjC4wSYqIrQp5 KQkAaS6wpD/SE31ZF46CeA==; Original-Received: from [87.69.77.57] (port=2055 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nJIL2-0004fc-O8; Sun, 13 Feb 2022 12:07:05 -0500 In-Reply-To: (message from Jason Vas Dias on Sun, 13 Feb 2022 16:48:00 +0000) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:286221 Archived-At: > From: Jason Vas Dias > Date: Sun, 13 Feb 2022 16:48:00 +0000 > Cc: emacs-devel@gnu.org > > Still no joy with Firefox 96, Chrome Unstable, EWW, W3M - > ideally, it would be nice if EWW or W3M would let me set > the TLS protocol version to use, with some variable setting - > that is really why I was posting to the emacs-devel list. AFAIU, in Emacs you should be able to request SSLv1 via the :priority setting of gnutls-boot. E.g., try to customize gnutls-algorithm-priority to include "VERS-TLS1.1".