Re: [xml2rfc-dev] Tool refusing connection attempts to look up bib references

Carsten Bormann <cabo@tzi.org> Sun, 19 April 2020 04:10 UTC

Return-Path: <cabo@tzi.org>
X-Original-To: xml2rfc-dev@ietfa.amsl.com
Delivered-To: xml2rfc-dev@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 789573A17FF for <xml2rfc-dev@ietfa.amsl.com>; Sat, 18 Apr 2020 21:10:45 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: 0.001
X-Spam-Level:
X-Spam-Status: No, score=0.001 tagged_above=-999 required=5 tests=[SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mDu6p2X2hx_v for <xml2rfc-dev@ietfa.amsl.com>; Sat, 18 Apr 2020 21:10:43 -0700 (PDT)
Received: from gabriel-vm-2.zfn.uni-bremen.de (gabriel-vm-2.zfn.uni-bremen.de [134.102.50.17]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 05B123A17FE for <xml2rfc-dev@ietf.org>; Sat, 18 Apr 2020 21:10:42 -0700 (PDT)
Received: from [172.16.42.112] (p548DCD70.dip0.t-ipconnect.de [84.141.205.112]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gabriel-vm-2.zfn.uni-bremen.de (Postfix) with ESMTPSA id 494bwF17zmz10N0; Sun, 19 Apr 2020 06:10:37 +0200 (CEST)
Content-Type: text/plain; charset="utf-8"
Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.80.23.2.2\))
From: Carsten Bormann <cabo@tzi.org>
In-Reply-To: <d29b7521-25da-e1e8-828a-5949ba56679b@huitema.net>
Date: Sun, 19 Apr 2020 06:10:36 +0200
Cc: xml2rfc-dev@ietf.org
X-Mao-Original-Outgoing-Id: 608962236.722895-f918ac63bf6e5acff6248d4ee9d867b5
Content-Transfer-Encoding: quoted-printable
Message-Id: <E3608EF0-112C-464F-AA94-FA4352C009D6@tzi.org>
References: <d29b7521-25da-e1e8-828a-5949ba56679b@huitema.net>
To: Christian Huitema <huitema@huitema.net>
X-Mailer: Apple Mail (2.3608.80.23.2.2)
Archived-At: <https://mailarchive.ietf.org/arch/msg/xml2rfc-dev/GdKbaO1h3WHs99jzJyqCK4XXp9M>
Subject: Re: [xml2rfc-dev] Tool refusing connection attempts to look up bib references
X-BeenThere: xml2rfc-dev@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: "Discussion about particulars of xml2rfc V3 design, development and code." <xml2rfc-dev.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/xml2rfc-dev>, <mailto:xml2rfc-dev-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/xml2rfc-dev/>
List-Post: <mailto:xml2rfc-dev@ietf.org>
List-Help: <mailto:xml2rfc-dev-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/xml2rfc-dev>, <mailto:xml2rfc-dev-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 19 Apr 2020 04:10:46 -0000

Hi Christian,

On 2020-04-19, at 02:11, Christian Huitema <huitema@huitema.net> wrote:
> 
> I am getting this message when using kramdown-rfc2629:
> 
> C:/Ruby26-x64/lib/ruby/2.6.0/net/http.rb:949:in `rescue in block in
> connect': Failed to open TCP connection to xml2rfc.tools.ietf.org:443
> (No connection could be made because the target machine actively refused
> it. - connect(2) for "xml2rfc.tools.ietf.org" port 443)
> (Errno::ECONNREFUSED)

Yes, xml2rfc.tools.ietf.org appears to be down (reachable, but connection refused; with the occasional host unreachable thrown in).
Try

	KRAMDOWN_OFFLINE=1 kdrfc …

(or     KRAMDOWN_OFFLINE=1 kramdown-rfc2629…)

for a gross workaround (may be symptomless if your cache is primed).

> Is this a temporary issue?

One would hope so.
(And I need to put in a workaround in kramdown-rfc, too.)

> And is there a better place for asking these
> questions?

I send my trouble reports to webmaster@tools.ietf.org and usually get quick resolution.

Grüße, Carsten