From dev-return-95884-archive-asf-public=cust-asf.ponee.io@httpd.apache.org Thu Jun 10 14:48:46 2021 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mxout1-ec2-va.apache.org (mxout1-ec2-va.apache.org [3.227.148.255]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id CC90D18037A for ; Thu, 10 Jun 2021 16:48:46 +0200 (CEST) Received: from mail.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mxout1-ec2-va.apache.org (ASF Mail Server at mxout1-ec2-va.apache.org) with SMTP id 9AD6643B0F for ; Thu, 10 Jun 2021 14:48:45 +0000 (UTC) Received: (qmail 82087 invoked by uid 500); 10 Jun 2021 14:48:44 -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 82076 invoked by uid 99); 10 Jun 2021 14:48:44 -0000 Received: from spamproc1-he-de.apache.org (HELO spamproc1-he-de.apache.org) (116.203.196.100) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Jun 2021 14:48:44 +0000 Received: from localhost (localhost [127.0.0.1]) by spamproc1-he-de.apache.org (ASF Mail Server at spamproc1-he-de.apache.org) with ESMTP id 2E66C1FF490 for ; Thu, 10 Jun 2021 14:48:44 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamproc1-he-de.apache.org X-Spam-Flag: NO X-Spam-Score: -0.001 X-Spam-Level: X-Spam-Status: No, score=-0.001 tagged_above=-999 required=6.31 tests=[SPF_PASS=-0.001] autolearn=disabled Received: from mx1-he-de.apache.org ([116.203.227.195]) by localhost (spamproc1-he-de.apache.org [116.203.196.100]) (amavisd-new, port 10024) with ESMTP id 3yAwYiTNWEvS for ; Thu, 10 Jun 2021 14:48:43 +0000 (UTC) Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=5.10.171.186; helo=mail.greenbytes.de; envelope-from=stefan.eissing@greenbytes.de; receiver= Received: from mail.greenbytes.de (mail2.greenbytes.de [5.10.171.186]) by mx1-he-de.apache.org (ASF Mail Server at mx1-he-de.apache.org) with ESMTPS id C25697FFA4 for ; Thu, 10 Jun 2021 14:48:43 +0000 (UTC) Received: by mail.greenbytes.de (Postfix, from userid 119) id DF0DF985D81; Thu, 10 Jun 2021 16:48:32 +0200 (CEST) Received: from smtpclient.apple (unknown [84.157.178.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mail.greenbytes.de (Postfix) with ESMTPSA id A89B398019F for ; Thu, 10 Jun 2021 16:48:21 +0200 (CEST) From: Stefan Eissing Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 14.0 \(3654.100.0.2.22\)) Subject: alpn in proxy connections Message-Id: <99CA8CA1-3C87-468B-87F5-40050CE04CAF@greenbytes.de> Date: Thu, 10 Jun 2021 16:48:21 +0200 To: dev@httpd.apache.org X-Mailer: Apple Mail (2.3654.100.0.2.22) I tightened the ALPN handling for mod_ssl proxy connections.=20 Since feedback on PRs works very well, I invite you to comment on this = one: Cheers, Stefan=