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: switching marmalade to https Date: Thu, 23 Oct 2014 17:02:58 +0100 Message-ID: <87bnp2db9p.fsf@ferrier.me.uk> References: <87ppdidgck.fsf@ferrier.me.uk> <8761fa95kw.fsf@wanadoo.es> <83wq7q7ps4.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1414080208 8068 80.91.229.3 (23 Oct 2014 16:03:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 23 Oct 2014 16:03:28 +0000 (UTC) Cc: =?us-ascii?Q?=3D=3Fiso-8859-1=3FQ=3F=3DD3scar=3F=3D?= Fuentes , emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 23 18:03:22 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 1XhKrC-0005IZ-Eh for ged-emacs-devel@m.gmane.org; Thu, 23 Oct 2014 18:03:22 +0200 Original-Received: from localhost ([::1]:41094 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhKrB-0004bi-Rx for ged-emacs-devel@m.gmane.org; Thu, 23 Oct 2014 12:03:21 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38040) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhKr2-0004W8-PO for emacs-devel@gnu.org; Thu, 23 Oct 2014 12:03:18 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XhKqw-0007Ph-Mv for emacs-devel@gnu.org; Thu, 23 Oct 2014 12:03:12 -0400 Original-Received: from static.17.66.46.78.clients.your-server.de ([78.46.66.17]:46006 helo=po1.ferrier.me.uk) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhKqq-0007Mu-6K; Thu, 23 Oct 2014 12:03:00 -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 36DF8AC02D9; Thu, 23 Oct 2014 18:20:10 +0200 (CEST) Original-Received: from nicferrier-XPS13-9333 (localhost [127.0.0.1]) by nicferrier-dell-xps (Postfix) with ESMTPS id 35EC86023A; Thu, 23 Oct 2014 17:02:58 +0100 (BST) In-Reply-To: <83wq7q7ps4.fsf@gnu.org> (Eli Zaretskii's message of "Thu, 23 Oct 2014 18:46:03 +0300") 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:175735 Archived-At: Eli Zaretskii writes: > Indeed, I wonder how did Nic come to that conclusion. Some details > might shed light on this. I don't have Windows here right now. But a Windows Emacs user reported on reddit/r/emacs that the new https forcing for marmalade was causing their package-refresh-contents to fail. Small tests showed that any https from Windows failed. I've since found this: http://www.gnu.org/software/emacs/manual/html_mono/emacs-gnutls.html thanks to Steve Purcell. This seems to describe the problem. Could we just ship the gnutls dll with the rest of the Emacs W32 port? Nic