Http2 not getting enable

fedor.dikarev nginx-forum at nginx.us
Sun Oct 4 06:39:47 UTC 2015


You have HTTP/1.1 on your port 80 and HTTP/2 on your port 443.
If you have curl with http2 support enabled then you could easilly check
it:
===
curl -I -L --http2 http://www.onestopmarketing.club -s | egrep -i
"^HTTP|^location|^[[:space:]]"
HTTP/1.1 301 Moved Permanently
Location: https://www.onestopmarketing.club/

HTTP/2.0 302
location:https://www.onestopmarketing.club/auth/

HTTP/2.0 200
===

Posted at Nginx Forum: http://forum.nginx.org/read.php?2,261987,261996#msg-261996



More information about the nginx mailing list