From: Yann Ylavic Date: Thu, 11 Aug 2016 11:13:56 +0000 (+0000) Subject: ProxyRemote with TLS/CONNECT won't work w/o this fix. X-Git-Tag: 2.2.32~105 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b7d7893c88c492468ed960d80e4f9c08dd0195e;p=thirdparty%2Fapache%2Fhttpd.git ProxyRemote with TLS/CONNECT won't work w/o this fix. The target/backend fails with: ap_log_error(APLOG_MARK, APLOG_ERR, 0, r->server, "Hostname %s provided via SNI and hostname %s provided" " via HTTP are different", servername, host); (AH02032 in 2.4.x) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1755938 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 875e25005a2..cd2660edaaa 100644 --- a/STATUS +++ b/STATUS @@ -168,6 +168,13 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: 2.2.x patch: http://home.apache.org/~ylavic/patches/httpd-2.2.x-mod_proxy-SNI_reuse.patch +1: ylavic + *) mod_proxy: Use the correct server name for SNI in case the backend + SSL connection itself is established via a proxy server. PR 57139 + trunk patch: http://svn.apache.org/r1634120 + 2.4.x patch: http://svn.apache.org/r1673941 + 2.2.x patch: trunk works (modulo CHANGES) + ylavic: +1 + PATCHES/ISSUES THAT ARE STALLED