From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Nicolas Graner Newsgroups: gmane.emacs.help Subject: Re: url-retrieve fails on most HTTPS sites Date: Tue, 29 Sep 2020 17:08:11 +0200 Message-ID: <86ft704o4k.fsf@hypra-xx> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="21660"; mail-complaints-to="usenet@ciao.gmane.io" Cc: help-gnu-emacs@gnu.org To: Noam Postavsky Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Tue Sep 29 17:08:54 2020 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 1kNHFN-0005Xp-7v for geh-help-gnu-emacs@m.gmane-mx.org; Tue, 29 Sep 2020 17:08:53 +0200 Original-Received: from localhost ([::1]:40544 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kNHFM-0005My-96 for geh-help-gnu-emacs@m.gmane-mx.org; Tue, 29 Sep 2020 11:08:52 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:37812) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kNHEp-0005MU-75 for help-gnu-emacs@gnu.org; Tue, 29 Sep 2020 11:08:19 -0400 Original-Received: from smtp-out-8.di.u-psud.fr ([129.175.213.8]:58716) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kNHEl-0006lE-4P for help-gnu-emacs@gnu.org; Tue, 29 Sep 2020 11:08:18 -0400 Original-Received: from smtp-out-2.di.u-psud.fr (localhost [127.0.0.1]) by smtp-out-2.di.u-psud.fr (UPS-MTA-OUT) with ESMTP id 4C12nl55scz9C8 for ; Tue, 29 Sep 2020 17:08:11 +0200 (CEST) Original-Received: from pmx2.di.u-psud.fr (pmx2.di.u-psud.fr [129.175.212.153]) by smtp-out-2.di.u-psud.fr (UPS-MTA-OUT) with ESMTP id 4C12nl4zzMzbh2j for ; Tue, 29 Sep 2020 17:08:11 +0200 (CEST) Original-Received: from smtp-in-2.di.u-psud.fr (localhost [127.0.0.1]) by localhost (UPS-PMX) with SMTP id 4C12nl4YX5z1qr9m; Tue, 29 Sep 2020 17:08:11 +0200 (CEST) Original-Received: from hypra-graner (ngnm.sciences.u-psud.fr [129.175.141.37]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp-in-2.di.u-psud.fr (UPS-MTA) with ESMTPS id 4C12nl2R6cz1YVC; Tue, 29 Sep 2020 17:08:11 +0200 (CEST) In-Reply-To: (message from Noam Postavsky on Tue, 29 Sep 2020 10:47:15 -0400) Authentication-Results: smtp-in-2.di.u-psud.fr; none X-Rspamd-Queue-Id: 4C12nl2R6cz1YVC Received-SPF: pass client-ip=129.175.213.8; envelope-from=srs0=k53xgalw=dg=graner.name=nicolas@u-psud.fr; helo=smtp-out-8.di.u-psud.fr X-detected-operating-system: by eggs.gnu.org: First seen = 2020/09/29 11:08:11 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: -39 X-Spam_score: -4.0 X-Spam_bar: ---- X-Spam_report: (-4.0 / 5.0 requ) BAYES_00=-1.9, HEADER_FROM_DIFFERENT_DOMAINS=0.199, 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:124205 Archived-At: Noam Postavsky a =C3=A9crit le 29/09/2020 =C3=A0 10h47= : > I think it's probably Bug#36810; it depends on the exact timing of > network responses, so some servers could trigger it more than others. > If you can't upgrade to 26.3 or later, then > > (setq gnutls-algorithm-priority "NORMAL:-VERS-TLS1.3") > > in your init file may help. Right, it's working. Many thanks!! Nicolas