]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Propose mod_proxy's SNI reuse checks to 2.2.x backport.
authorYann Ylavic <ylavic@apache.org>
Mon, 10 Mar 2014 12:12:38 +0000 (12:12 +0000)
committerYann Ylavic <ylavic@apache.org>
Mon, 10 Mar 2014 12:12:38 +0000 (12:12 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1575920 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 8675ebffd663d09eeea1aba70d99e64e689a6a85..f1a48addf31fa4bb4a996421259e8797567e31b4 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -164,6 +164,15 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: trunk works
      +1: wrowe, ylavic
 
+   * mod_proxy: Don't reuse a SSL backend connection whose SNI differs. PR 55782.
+                This may happen when ProxyPreserveHost is on and the proxy-worker
+                handles connections to different Hosts.
+     trunk patch: http://svn.apache.org/r1572630
+                  http://svn.apache.org/r1572611 (MMN minor bump)
+                  http://svn.apache.org/r1572967
+                  http://svn.apache.org/r1573229
+     2.2.x patch: http://people.apache.org/~ylavic/httpd-2.2.x-mod_proxy_sni_reuse2.patch
+     +1: ylavic
 
 PATCHES/ISSUES THAT ARE STALLED