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 2016/08/11 11:13:57 UTC

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

Author: ylavic
Date: Thu Aug 11 11:13:56 2016
New Revision: 1755938

URL: http://svn.apache.org/viewvc?rev=1755938&view=rev
Log:
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)

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=1755938&r1=1755937&r2=1755938&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Thu Aug 11 11:13:56 2016
@@ -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