From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Andy Moreton Newsgroups: gmane.emacs.devel Subject: Re: debbugs-gnu fails to connect Date: Wed, 15 Feb 2017 11:18:48 +0000 Message-ID: References: <86lgt8mfi7.fsf@gmail.com> <87wpcrzzcs.fsf@gmx.de> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1487157586 24558 195.159.176.226 (15 Feb 2017 11:19:46 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 15 Feb 2017 11:19:46 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (windows-nt) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 15 12:19:42 2017 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cdxcb-0005mB-33 for ged-emacs-devel@m.gmane.org; Wed, 15 Feb 2017 12:19:41 +0100 Original-Received: from localhost ([::1]:39859 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cdxcd-0000M4-LV for ged-emacs-devel@m.gmane.org; Wed, 15 Feb 2017 06:19:43 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43250) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cdxc3-0000Li-6w for emacs-devel@gnu.org; Wed, 15 Feb 2017 06:19:08 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cdxbx-00076O-Hf for emacs-devel@gnu.org; Wed, 15 Feb 2017 06:19:07 -0500 Original-Received: from [195.159.176.226] (port=35266 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cdxbx-00075K-Ak for emacs-devel@gnu.org; Wed, 15 Feb 2017 06:19:01 -0500 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1cdxbl-0002IT-Ul for emacs-devel@gnu.org; Wed, 15 Feb 2017 12:18:49 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 31 Original-X-Complaints-To: usenet@blaine.gmane.org Cancel-Lock: sha1:9/QhOjZ6u3yGE4KaiozNyRTiFv4= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 195.159.176.226 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:212400 Archived-At: On Wed 15 Feb 2017, Michael Albinus wrote: > Andy Moreton writes: > >> Hi, > > Hi Andy, > >> I've noticed that using debbugs-gnu or debbugs-gnu-bugs fails to connect >> to the bug tracker at the moment. This is with 64bit emacs on Windows >> 10, built from the master branch. >> >> It looks like the server has moved to use an https URL, but debbugs-gnu >> currently tries to connect to port 80. It appears that the problem is in >> the Debbugs.wsdl file from the ELPA package for debbugs-0.11: >> >> >> >> >> >> Changing this to use "https:" fixes the problem for me. > > Upgrade to debbugs 0.12, available since October: For some reason package.el was not offering that as an upgrade - I had to delete it and then reinstall to get the newer version. Thanks, AndyM