Ubuntu – Pages are served with HTTP/1.1 in browser and HTTP/2 in CURL
I installed HTTP/2 on a local Apache server, running on Ubuntu. HTTP/2 is working, as it manages to upgrade the protocol when I do CURL on a page: $ /usr/bin/curl -I --http2 http://test.local/public/ /usr/bin/curl: /usr/local/lib/libcurl.so.4: no version information available (required…