Re: [dane] Implementing DANE

Paul Wouters <paul@nohats.ca> Thu, 20 March 2014 23:08 UTC

Return-Path: <paul@nohats.ca>
X-Original-To: dane@ietfa.amsl.com
Delivered-To: dane@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 0919F1A0924 for <dane@ietfa.amsl.com>; Thu, 20 Mar 2014 16:08:56 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.547
X-Spam-Level:
X-Spam-Status: No, score=-2.547 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RP_MATCHES_RCVD=-0.547] autolearn=ham
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 7u_Gn8gLQrcT for <dane@ietfa.amsl.com>; Thu, 20 Mar 2014 16:08:53 -0700 (PDT)
Received: from bofh.nohats.ca (bofh.nohats.ca [76.10.157.69]) by ietfa.amsl.com (Postfix) with ESMTP id EE0961A0914 for <dane@ietf.org>; Thu, 20 Mar 2014 16:08:52 -0700 (PDT)
Received: from bofh.nohats.ca (bofh.nohats.ca [127.0.0.1]) by bofh.nohats.ca (Postfix) with ESMTP id B2C3B800AA; Thu, 20 Mar 2014 19:08:42 -0400 (EDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nohats.ca; s=default; t=1395356922; bh=8vodFbM1qRYcbcB5j86/08CczxkYvH+Lh1hS2ahg6VA=; h=Date:From:To:cc:Subject:In-Reply-To:References; b=GaR2GFESs2lSfBHHFzGxTtvgMahvOqCWO46S6/1QKC6jwWuXHLwOzYNgI++aXZOBO bjo5AlmKUTP0+wz2GjmwfGm6Qj6bA9DLCJCGk0yI4n5F9WVYq+k5SVk6KQc91bZ79H gqw6H3hppTfLWZOr7wefOyqTMTwDqO4YFqjmY2JU=
Received: from localhost (paul@localhost) by bofh.nohats.ca (8.14.7/8.14.7/Submit) with ESMTP id s2KN8gCf031278; Thu, 20 Mar 2014 19:08:42 -0400
X-Authentication-Warning: bofh.nohats.ca: paul owned process doing -bs
Date: Thu, 20 Mar 2014 19:08:42 -0400
From: Paul Wouters <paul@nohats.ca>
To: Sirach Vassallo <sirach@vassallos.com>
In-Reply-To: <CANRt=+C-WztWrtvizS4Q+P5nk1Z91rQtEgLr439dk0vA7_BOaQ@mail.gmail.com>
Message-ID: <alpine.LFD.2.10.1403201906480.29288@bofh.nohats.ca>
References: <CANRt=+C-WztWrtvizS4Q+P5nk1Z91rQtEgLr439dk0vA7_BOaQ@mail.gmail.com>
User-Agent: Alpine 2.10 (LFD 1266 2009-07-14)
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset="US-ASCII"; format="flowed"
Archived-At: http://mailarchive.ietf.org/arch/msg/dane/LrzlqGlodrvuvMsCmyLyD0xU9Ys
Cc: dane@ietf.org
Subject: Re: [dane] Implementing DANE
X-BeenThere: dane@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DNS-based Authentication of Named Entities <dane.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/dane>, <mailto:dane-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/dane/>
List-Post: <mailto:dane@ietf.org>
List-Help: <mailto:dane-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/dane>, <mailto:dane-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 20 Mar 2014 23:08:56 -0000

On Thu, 20 Mar 2014, Sirach Vassallo wrote:

> This is my TLSA record for verified.danetest.com

That SSL server is not properly configured and goes into a reloading
loop. So the SSL certificate cannot be obtained to be checked against
the TLSA record.

First ensure https://verified.danetest.com/ actually works, then
re-test.

Paul