]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
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)
commit6b7d7893c88c492468ed960d80e4f9c08dd0195e
tree373bd3096cb422af02ee2809f8ea0188e96b0c47
parent41ce5139abe30b6d4f01556396b429df7d80ed47
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
STATUS