
bugzilla at apache
Apr 23, 2012, 7:33 AM
Post #1 of 8
(238 views)
Permalink
|
|
[Bug 53134] SNI with Host header preservation through reverse proxy
|
|
https://issues.apache.org/bugzilla/show_bug.cgi?id=53134 --- Comment #1 from Michael Weiser <michael [at] weiser> 2012-04-23 14:33:21 UTC --- Created attachment 28658 --> https://issues.apache.org/bugzilla/attachment.cgi?id=28658 use Host header for SNI data if ProxyPreserveHost is on This patch parses the Host header, extracts the hostname and uses it for the CN check and SNI data if ProxyPreserveHost is On. This fixes the issue for me. -- 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
|