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

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -