https://bz.apache.org/bugzilla/show_bug.cgi?id=69743
--- Comment #19 from Stuart Jackson <[email protected]> --- We had a production outage after the 2.4.64 upgrade as well. The only option available to us was to rollback to an earlier Apache version. We are behind AWS ALB. I contacted AWS support and their response (clipped) is as follows: ----------- Application Load Balancers are designed to send traffic to its target via private ip, ie. http(s)://<private-ip>:port/ SNI is supported for the front-end connections, between client and ALB, however SNI is not supported for the back-end connections from ALB to targets. ----------- We have multiple virtual hosts, some with different domains, e.g. wildcard co.nz domains as well as com.au. Some domains do different things: internal and external rewrite rules, ProxyPass rules, etc. So I don't see that creating a self-signed certificate across all vhosts would help. The UnsafeNoSNIBypass flag sounds great for my use case. -- 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]
