Return-Path: X-Original-To: apmail-httpd-dev-archive@www.apache.org Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5D5CD7FF9 for ; Tue, 29 Nov 2011 22:23:51 +0000 (UTC) Received: (qmail 11344 invoked by uid 500); 29 Nov 2011 22:23:50 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 11182 invoked by uid 500); 29 Nov 2011 22:23:50 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 11174 invoked by uid 99); 29 Nov 2011 22:23:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Nov 2011 22:23:50 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [188.40.99.202] (HELO eru.sfritsch.de) (188.40.99.202) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Nov 2011 22:23:44 +0000 Received: from [10.1.1.6] (helo=k.localnet) by eru.sfritsch.de with esmtp (Exim 4.72) (envelope-from ) id 1RVW5C-0007fN-8P for dev@httpd.apache.org; Tue, 29 Nov 2011 23:23:22 +0100 From: Stefan Fritsch To: dev@httpd.apache.org Subject: Re: Test failures and libwww-perl 6.0.3 Date: Tue, 29 Nov 2011 23:23:21 +0100 User-Agent: KMail/1.13.7 (Linux/3.1.0-1-amd64; KDE/4.6.5; x86_64; ; ) References: <20111123140610.GA22547@redhat.com> <4ED47103.2050906@velox.ch> In-Reply-To: <4ED47103.2050906@velox.ch> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201111292323.21529.sf@sfritsch.de> On Tuesday 29 November 2011, Kaspar Brand wrote: > On 23.11.2011 15:06, Joe Orton wrote: > > On Wed, Nov 23, 2011 at 08:37:31AM +0100, Kaspar Brand wrote: > >> There are two approaches to fix 1): a) turn off verify_hostname > >> where needed (t/ssl/pr12355.t and t/ssl/pr43738.t are doing this > >> right now) or b) specify the CA cert (generated in > >> t/conf/ca/...) to make verification work/succeed. > > > > (b) sounds better; I presume it doesn't break with older versions > > of LWP? > > LWP::UserAgent < 6 will warn when supplying unrecognized options to > its constructor, so I made the changes depend on $LWP::VERSION. > > I have committed the patches in r1207758 (for Apache::Test) and > r1207759 (adjustments to the t/ssl tests). Nice, works here now. Thanks.