https://bz.apache.org/bugzilla/show_bug.cgi?id=69743

--- Comment #17 from Eric Covener <cove...@gmail.com> ---
> insists that the Application Load Balancer "does not forward the SNI"

Not trying to be overly defensive here, but minor push-back for completeness
here: 

We aren't necessarily expecting it to be _forwarded_, but the  ALB is doing TLS
itself with Apache and it should set its own SNI extension to the hostname it's
configured to connect to.  There may still be a reason it doesn't do this, like
somehow multiplexing requests for multiple hosts over this one connection, but
this illustrates exactly why Apache can't safely honor these configurations as
the intended SSL config (determined by SNI) was not used for the content (Host:
header vhost mapping) being served.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org

Reply via email to