Skip to content

HTTP 2.0 How to implement

Ravi Singh edited this page May 3, 2018 · 1 revision

To make your server ready for the HTTP 2.0 support, you need to make it support HTTPS as follows $ openssl req -nodes -new -x509 -keyout server.key -out server.cert Most used Web Server is Apache HTTP. Apache >=2.4 supports HTTP 2.0

Clone this wiki locally