From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Philip Kaludercic Newsgroups: gmane.emacs.help Subject: Re: Cant install rnc-mode package Date: Tue, 23 Mar 2021 14:29:44 +0100 Message-ID: <87lfae6lrr.fsf@posteo.net> References: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="25078"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) Cc: Help Gnu Emacs mailing list To: aprekates Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Tue Mar 23 14:30:46 2021 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 1lOh7N-0006P2-Ub for geh-help-gnu-emacs@m.gmane-mx.org; Tue, 23 Mar 2021 14:30:45 +0100 Original-Received: from localhost ([::1]:41526 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lOh7M-0004lQ-UO for geh-help-gnu-emacs@m.gmane-mx.org; Tue, 23 Mar 2021 09:30:44 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:58474) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lOh6U-0004lK-14 for help-gnu-emacs@gnu.org; Tue, 23 Mar 2021 09:29:50 -0400 Original-Received: from mout02.posteo.de ([185.67.36.66]:55151) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lOh6R-000863-DW for help-gnu-emacs@gnu.org; Tue, 23 Mar 2021 09:29:49 -0400 Original-Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 471AA2400FE for ; Tue, 23 Mar 2021 14:29:45 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1616506185; bh=tx895f9bAIrdD+HDYi33DIU4l/SqRUfy0ZCWuj8HDvc=; h=From:To:Cc:Subject:Date:From; b=DpGKcLffUJFMnAY52nilrI6noUAbaxabHJ6pFjgDRUKOfRpqb9GMc/sfHtQvAyOqj vGNnvVOb/sYkq9cUX0bG8sqn/FB4BZs1tGRnGIPBnrbpyjXSGAQv1/yZ0niBaFImpz pLCcijlhjn/hH0aStXz5wkTv4YCeER79UH5W6yhOirdYBnXft1RstnhvFncJtO3AXd jBPq/W0Nj3MwSKCN/JG9J7S6MAD+q2fCbk4NKcvud5iJSt0Br2PlfgW956VruhqLgq +G+WdMyVmoy1FqSGq91InStCxlWLgqYVq2e37NpSPr7DoQld6NaBpfwz3bfNVU4rR7 rt2vV9FmY/ZjA== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4F4XKN5sdZz6tmd; Tue, 23 Mar 2021 14:29:44 +0100 (CET) In-Reply-To: (aprekates@posteo.net's message of "Tue, 23 Mar 2021 15:15:04 +0200") Received-SPF: pass client-ip=185.67.36.66; envelope-from=philipk@posteo.net; helo=mout02.posteo.de X-Spam_score_int: -23 X-Spam_score: -2.4 X-Spam_bar: -- X-Spam_report: (-2.4 / 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, PDS_TONAME_EQ_TOLOCAL_SHORT=1.999, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.23 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:128530 Archived-At: aprekates writes: > M-xpackage-install RETrnc-mode RET > > Contacting host: elpa.gnu.org:443 > package-install-from-archive: https://elpa.gnu.org/packages/rnc-mode-0.2.el: Bad Request > > Emacs version: 26.1 > OS: Debian 10 This is related to a TLS issue in 26.1, according to [0] (setq gnutls-algorithm-priority "NORMAL:-VERS-TLS1.3") should fix it [0] https://emacs.stackexchange.com/questions/58424/is-elpa-broken -- Philip K.