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: HTTPS fails (was: url-retrieve fails on most HTTPS sites) Date: Tue, 29 Sep 2020 17:10:33 +0200 Message-ID: <86d0244o0m.fsf@hypra-xx> References: <86tuvg4osu.fsf@hypra-xx> 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="38675"; mail-complaints-to="usenet@ciao.gmane.io" Cc: help-gnu-emacs@gnu.org To: Nicolas Graner Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Tue Sep 29 17:12:40 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 1kNHJ1-0009y1-Uk for geh-help-gnu-emacs@m.gmane-mx.org; Tue, 29 Sep 2020 17:12:39 +0200 Original-Received: from localhost ([::1]:44650 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kNHJ1-0007Mq-1a for geh-help-gnu-emacs@m.gmane-mx.org; Tue, 29 Sep 2020 11:12:39 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:38370) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kNHH6-0006gg-Qp for help-gnu-emacs@gnu.org; Tue, 29 Sep 2020 11:10:42 -0400 Original-Received: from smtp-out-66.di.u-psud.fr ([129.175.213.66]:19560) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kNHH3-0007A7-BG for help-gnu-emacs@gnu.org; Tue, 29 Sep 2020 11:10:40 -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 4C12rT4pLqz1YVC; Tue, 29 Sep 2020 17:10:33 +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 4C12rT4gGbzbhWT; Tue, 29 Sep 2020 17:10:33 +0200 (CEST) Original-Received: from smtp-in-2.di.u-psud.fr (localhost [127.0.0.1]) by localhost (UPS-PMX) with SMTP id 4C12rT4CrZz1qr9m; Tue, 29 Sep 2020 17:10:33 +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 4C12rT1bqfz7TC; Tue, 29 Sep 2020 17:10:33 +0200 (CEST) In-Reply-To: <86tuvg4osu.fsf@hypra-xx> (message from Nicolas Graner on Tue, 29 Sep 2020 16:53:37 +0200) Authentication-Results: smtp-in-2.di.u-psud.fr; none X-Rspamd-Queue-Id: 4C12rT1bqfz7TC Received-SPF: pass client-ip=129.175.213.66; envelope-from=srs0=k53xgalw=dg=graner.name=nicolas@u-psud.fr; helo=smtp-out-66.di.u-psud.fr X-detected-operating-system: by eggs.gnu.org: First seen = 2020/09/29 11:10:33 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:124206 Archived-At: Please ignore this new thread. Noam Postavsky answered my original question while I was writing this one :) Nicolas Nicolas Graner a =C3=A9crit le 29/09/2020 =C3=A0 16h5= 3 : > Hi all, > > thanks to those who tried to answer my initial question. > However, nobody has addressed the core of the question, which was > neither about the specifics of url-retrieve nor about quoting lambdas :) > Rather, it was about https servers breaking connections. > > So, let me try to rephrase it in simpler terms using EWW, the Emacs Web W= rowser. [...]