From dev-return-95849-archive-asf-public=cust-asf.ponee.io@httpd.apache.org Tue Jun 1 14:41:19 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-he-de.apache.org (mxout1-he-de.apache.org [95.216.194.37]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id 91266180636 for ; Tue, 1 Jun 2021 16:41:19 +0200 (CEST) Received: from mail.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mxout1-he-de.apache.org (ASF Mail Server at mxout1-he-de.apache.org) with SMTP id A48F2613D2 for ; Tue, 1 Jun 2021 14:41:09 +0000 (UTC) Received: (qmail 40231 invoked by uid 500); 1 Jun 2021 14:41:08 -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 40220 invoked by uid 99); 1 Jun 2021 14:41:08 -0000 Received: from spamproc1-he-fi.apache.org (HELO spamproc1-he-fi.apache.org) (95.217.134.168) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Jun 2021 14:41:08 +0000 Received: from localhost (localhost [127.0.0.1]) by spamproc1-he-fi.apache.org (ASF Mail Server at spamproc1-he-fi.apache.org) with ESMTP id 72406C0450 for ; Tue, 1 Jun 2021 14:41:07 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamproc1-he-fi.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-fi.apache.org [95.217.134.168]) (amavisd-new, port 10024) with ESMTP id X95V740vjPbS for ; Tue, 1 Jun 2021 14:41:05 +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 8C9797FF74 for ; Tue, 1 Jun 2021 14:41:05 +0000 (UTC) Received: by mail.greenbytes.de (Postfix, from userid 119) id AAC7C98481D; Tue, 1 Jun 2021 16:40:59 +0200 (CEST) Received: from smtpclient.apple (unknown [93.207.146.81]) (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 79DC79802EF for ; Tue, 1 Jun 2021 16:40:59 +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: Re: mod_proxy / mod_ssl interworking Date: Tue, 1 Jun 2021 16:40:59 +0200 References: To: dev@httpd.apache.org In-Reply-To: Message-Id: X-Mailer: Apple Mail (2.3654.100.0.2.22) > Am 01.06.2021 um 16:39 schrieb Stefan Eissing = : >=20 > PR on trunk, for review and commenting: = https://github.com/apache/httpd/pull/190 >=20 > This change makes it possible to have more than one SSL module = handling proxy connections. The intention is to do this in a backward = compatible way, like the previous ap_ssl_* changes.=20 >=20 > The addition of a `conn_rec->outgoing` flag, set for these = connections, makes it easy for any connection handling code to filter on = the types of connections it is interested in.=20 >=20 > Our test suite runs fine with these changes. He said while Travis is still running...optimistic as always...