Try add ssl parameter to the listen directive.
https://www.nginx.com/blog/nginx-1-9-5/
Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,261910,261916#msg-261916
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/n
Turn out maxcdn havent implemented http2 yet
Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,261910,261911#msg-261911
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
HTTP2 isn't working for me .I still use HTTP/1.1 is reponse headers but
nginx don't show any error.I also restarted nginx with no change
server {
listen 443 http2 ;
ssl on;
ssl_certificate/etc/ssl/filterbypass.me.crt; #(or .pem)
ssl_certificate_key/etc/ssl/filt