You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yl...@apache.org on 2014/03/10 13:12:38 UTC

svn commit: r1575920 - /httpd/httpd/branches/2.2.x/STATUS

Author: ylavic
Date: Mon Mar 10 12:12:38 2014
New Revision: 1575920

URL: http://svn.apache.org/r1575920
Log:
Propose mod_proxy's SNI reuse checks to 2.2.x backport.

Modified:
    httpd/httpd/branches/2.2.x/STATUS

Modified: httpd/httpd/branches/2.2.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/STATUS?rev=1575920&r1=1575919&r2=1575920&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Mon Mar 10 12:12:38 2014
@@ -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