Enabling HTTP/2
I am sure that I'm missing a step someplace, but I'm trying to get HTTP/2 enabled on my site. I'm running mod_mpm_event with PHP 7.1 PHPFPM. I enabled the module, and checked that the http2.conf file is present which it is. I then go to check my site and when I load it in Chrome, I see that it's still being served as http 1.1. From what I can tell I've followed the proper steps.
I am not running SSL and am using CloudFlare as a CDN and Http2/SPDY is enabled there.
Thanks for the help.
-
http/2 only works with https. 0 -
Thanks all, I changed over to SSL and now all is functioning as expected with HTTP/2. I missed in the documentation where SSL was required. Apologize for that...Now on to figuring out why FPM isn't working on my site even though it's all configured. Have a ticket open for that though. 0
Please sign in to leave a comment.
Comments
3 comments