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 1F3BF18AFA for ; Tue, 9 Feb 2016 18:20:49 +0000 (UTC) Received: (qmail 83412 invoked by uid 500); 9 Feb 2016 18:20:48 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 83326 invoked by uid 500); 9 Feb 2016 18:20:48 -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 83313 invoked by uid 99); 9 Feb 2016 18:20:48 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Feb 2016 18:20:48 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 047031804E3 for ; Tue, 9 Feb 2016 18:20:48 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.53 X-Spam-Level: X-Spam-Status: No, score=-0.53 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RP_MATCHES_RCVD=-0.429, SPF_PASS=-0.001] autolearn=disabled Authentication-Results: spamd3-us-west.apache.org (amavisd-new); dkim=pass (1024-bit key) header.d=greenbytes.de header.b=iq9Zhr7P; dkim=pass (1024-bit key) header.d=greenbytes.de header.b=iq9Zhr7P Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id 4Yhb4_93FcUl for ; Tue, 9 Feb 2016 18:20:47 +0000 (UTC) Received: from mail.greenbytes.de (mail.greenbytes.de [217.91.35.233]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTPS id CF66C31AE2 for ; Tue, 9 Feb 2016 18:20:46 +0000 (UTC) Received: by mail.greenbytes.de (Postfix, from userid 117) id 3E7D615A08C0; Tue, 9 Feb 2016 19:20:46 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=greenbytes.de; s=mail; t=1455042046; bh=Miw04XGu48X9yhP10ZZSMjSAxvpRlH+3LndRV0EfoEo=; h=Subject:From:In-Reply-To:Date:References:To:From; b=iq9Zhr7PTQECtarEqYkSsd8Gvkj9LWJnGdxjpFtP6oXqkrPMn+pzpJ+NQklIrqdgU irzmJ54f6dPY6/muV3YGRTYj0F2xz7guzPBV0tRf80bBbE1vx15fe7umL3qu7N0h2t P7RH+xviTLQ5I9vvwKAXA0vt+7a1P0eTuPzi5eMk= Received: from [192.168.178.41] (unknown [93.211.105.82]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mail.greenbytes.de (Postfix) with ESMTPSA id EA1E015A034D for ; Tue, 9 Feb 2016 19:20:45 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=greenbytes.de; s=mail; t=1455042046; bh=Miw04XGu48X9yhP10ZZSMjSAxvpRlH+3LndRV0EfoEo=; h=Subject:From:In-Reply-To:Date:References:To:From; b=iq9Zhr7PTQECtarEqYkSsd8Gvkj9LWJnGdxjpFtP6oXqkrPMn+pzpJ+NQklIrqdgU irzmJ54f6dPY6/muV3YGRTYj0F2xz7guzPBV0tRf80bBbE1vx15fe7umL3qu7N0h2t P7RH+xviTLQ5I9vvwKAXA0vt+7a1P0eTuPzi5eMk= Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 9.2 \(3112\)) Subject: Re: ssl renegotiate From: Stefan Eissing In-Reply-To: <6899C335-8D8A-4040-88E5-122FBDB7E75A@greenbytes.de> Date: Tue, 9 Feb 2016 19:20:45 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: References: <6899C335-8D8A-4040-88E5-122FBDB7E75A@greenbytes.de> To: dev@httpd.apache.org X-Mailer: Apple Mail (2.3112) Ah, closer look revealed that the first test was a cipher renegotiation = using HTTP/1.1. That no longer works, but the slave connection checks = do. So, false alarm on that front. Will disable the renegotiation tests = that fail for now until the 1.1.0 openssl work is done... Sorry for the confusion. > Am 09.02.2016 um 19:11 schrieb Stefan Eissing = : >=20 > With the new renegotiate code, I get failures in trunk for my tests = that expect renegotiation to fail on slave connections. Rainer, not sure = how this works now. Can you have a look? >=20 > -Stefan