]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
ProxyRemote with TLS/CONNECT won't work w/o this fix.
authorYann Ylavic <ylavic@apache.org>
Thu, 11 Aug 2016 11:13:56 +0000 (11:13 +0000)
committerYann Ylavic <ylavic@apache.org>
Thu, 11 Aug 2016 11:13:56 +0000 (11:13 +0000)
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

STATUS

diff --git a/STATUS b/STATUS
index 875e25005a24f291c90190e1e59e53b84f379d51..cd2660edaaa3ef51347354cef4c35b821ebb6141 100644 (file)
--- 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