From: Yann Ylavic Date: Mon, 10 Mar 2014 12:12:38 +0000 (+0000) Subject: Propose mod_proxy's SNI reuse checks to 2.2.x backport. X-Git-Tag: 2.2.27~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c4a3c1258539d17e7fd0f985dc9c412f6d3b369;p=thirdparty%2Fapache%2Fhttpd.git Propose mod_proxy's SNI reuse checks to 2.2.x backport. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1575920 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 8675ebffd66..f1a48addf31 100644 --- 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