https://issues.apache.org/bugzilla/show_bug.cgi?id=57139

            Bug ID: 57139
           Summary: mod_proxy uses wrong Host header when using an HTTPS
                    proxy
           Product: Apache httpd-2
           Version: 2.4.10
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_proxy
          Assignee: [email protected]
          Reporter: [email protected]

When using mod_proxy and SSL backend with through a proxy, mod_proxy generates
the wrong Host header.

1.) define a proxy using ProxyRemote (e.g.: ProxyRemote https://backend.com
http://myproxy:8080
2.) Use ProxyPass to pass a connection to https://backend.com (e.g.: ProxyPass
/mypath https://backend.com/target.path

mod_proxy will properly generate the HTTP CONNECT method but will use the
proxy's hostname in the SSL request.

This causes the backend (another httpd for instance) refuse the connection.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to