HTTP2 without ALPN is not quite HTTP2

So followup post, I was having some issues with http2 browser support since I was missing ALPN, so after a lot of trial and error, here’s what I ended up with. Partially followed https://fak3r.com/2015/09/29/howto-build-nginx-with-http-2-support/ with a few differences. I installed openssl1.0.2h from this ppa: https://launchpad.net/~ondrej/+archive/ubuntu/php And then used nginx 1.11.1 from http://nginx.org/download/ and also grabbed the headers-more-nginx-module-0.30 and ngx_pagespeed-master off Continue reading HTTP2 without ALPN is not quite HTTP2