any good how too's, im running nginx on DA
i posted here
http://forum.directadmin.com/showthread.php?t=52612
that guide did not work
i posted here
http://forum.directadmin.com/showthread.php?t=52612
that guide did not work
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.
Hello,
Your OpenSSL version is too old for that. You need to compile nginx against at least OpenSSL 1.0.2
http://nginx.org/en/docs/http/ngx_http_v2_module.html
Here is a guide: https://forum.directadmin.com/showthread.php?t=52590