
bugzilla at apache
Apr 23, 2012, 7:30 AM
Post #1 of 1
(59 views)
Permalink
|
|
[Bug 53134] New: SNI with Host header preservation through reverse proxy
|
|
https://issues.apache.org/bugzilla/show_bug.cgi?id=53134 Bug #: 53134 Summary: SNI with Host header preservation through reverse proxy Product: Apache httpd-2 Version: 2.4-HEAD Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: mod_proxy_http AssignedTo: bugs [at] httpd ReportedBy: michael [at] weiser Classification: Unclassified As discussed on httpd-users (http://mail-archives.apache.org/mod_mbox/httpd-users/201204.mbox/%3C20120406121150.GC22138 [at] dinsnail%3E) and httpd-dev (http://mail-archives.apache.org/mod_mbox/httpd-dev/201204.mbox/%3C4F7F6F8C.5020409 [at] primary%3E), httpd-2.4 and later reverse proxies use SNI towards the backend server. If ProxyPreserveHost is turned On, a mismatch between Host header and SNI data can occur which may cause the backend server to deny the request. This could be fixed by extracting the Host header from the request and putting its hostname into the SNI data. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe [at] httpd For additional commands, e-mail: bugs-help [at] httpd
|