Support for http2 on nginx

Hello,

Your OpenSSL version is too old for that. You need to compile nginx against at least OpenSSL 1.0.2

Note that accepting HTTP/2 connections over TLS requires the “Application-Layer Protocol Negotiation” (ALPN) TLS extension support, which is available only since OpenSSL version 1.0.2. Using the “Next Protocol Negotiation” (NPN) TLS extension for this purpose (available since OpenSSL version 1.0.1) is not guaranteed.

http://nginx.org/en/docs/http/ngx_http_v2_module.html

Here is a guide: https://forum.directadmin.com/showthread.php?t=52590
 
Back
Top