Commit bec9c793 authored by Yann Ylavic's avatar Yann Ylavic
Browse files

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
parent e14a74b3
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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