amazon web services - Is only AWS ELB supporting supporting http/2 sufficient in stack -


if have aws elb terminating ssl , apache 2.2 mod_proxy talking tomcat 7.x. apache , tomcat not support http/2.

will performance gains if aws elb starts supporting http/2?

thanks, sameer

as of today, elb not natively support http2. can enable support handling ssl termination on instances , using tcp passthrough connections.

in order this, need change apache nginx apache not officially support yet.


Comments

Popular posts from this blog

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -