From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nic Ferrier Newsgroups: gmane.emacs.devel Subject: Re: https and emacs and package archives Date: Mon, 27 Oct 2014 17:46:49 +0000 Message-ID: <87vbn5flrq.fsf@ferrier.me.uk> References: <874muph25d.fsf@ferrier.me.uk> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1414432054 16139 80.91.229.3 (27 Oct 2014 17:47:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 27 Oct 2014 17:47:34 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 27 18:47:27 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XioO7-00045X-11 for ged-emacs-devel@m.gmane.org; Mon, 27 Oct 2014 18:47:27 +0100 Original-Received: from localhost ([::1]:35180 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XioO6-0004rD-Js for ged-emacs-devel@m.gmane.org; Mon, 27 Oct 2014 13:47:26 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60017) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XioNd-0004iE-NX for emacs-devel@gnu.org; Mon, 27 Oct 2014 13:47:03 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XioNX-0005dR-PX for emacs-devel@gnu.org; Mon, 27 Oct 2014 13:46:57 -0400 Original-Received: from static.17.66.46.78.clients.your-server.de ([78.46.66.17]:48155 helo=po1.ferrier.me.uk) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XioNX-0005d9-Jf for emacs-devel@gnu.org; Mon, 27 Oct 2014 13:46:51 -0400 Original-Received: from nicferrier-dell-xps (140.35.155.90.in-addr.arpa [90.155.35.140]) by po1.ferrier.me.uk (Postfix) with ESMTPA id 6B768AC0498; Mon, 27 Oct 2014 19:04:16 +0100 (CET) Original-Received: from nicferrier-XPS13-9333 (localhost [127.0.0.1]) by nicferrier-dell-xps (Postfix) with ESMTPS id 8C9CD60352; Mon, 27 Oct 2014 17:46:49 +0000 (GMT) In-Reply-To: (Stefan Monnier's message of "Mon, 27 Oct 2014 13:32:07 -0400") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 78.46.66.17 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:175900 Archived-At: Stefan Monnier writes: > I'm not familiar enough with HTTPS to know what "The plain HTTP request > was sent to HTTPS port" means. It means that package opened a request on 443 but did not send an encrypted request. > AFAIK, package.el does not pay attention to the transport at all, it > just uses the base-url as-is without ever tweaking it (so it also works > for file:// URLs), so I think it's more likely that the problem is in > the URL.el package rather than in package.el. Possibly. It is a regression though. It works fine with 24.3 > But we'd still want to fix the problem with https ;-) Idk how we'll do that. We could package package.el and ask people to upgrade. Nic