Hi, I’m trying to configure SPDY in my droplet (Apache, Ubuntu 12.04) I’m following google’s documentation, and I did exactly all steps detailed: https://developers.google.com/speed/spdy/mod_spdy/
“ht2check” website says it’s activated. Here’s the link for that:
However, this chrome extension says “NOT SPDY enabled”
https://chrome.google.com/webstore/detail/http2-and-spdy-indicator/mpbpobfflnpcgagjijhmgnchggcjblin
I tried hundreds of changes on config files. Different urls, and certificates.
Any ideas of what’s going on ?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Installing mod_spdy on Ubuntu 12.04 with Apache should be as simple as running the following commands if you already have SSL setup correctly.
Though, it appears that Google Chrome is no longer compatible with the version of mod_spdy that is available for download. It only supports the SPDY/3.1 protocol while the package provides SPDY/3. It’s also worth noting that Google is no longer developing mod-spdy and will soon be dropping support in Chrome altogether in favor of HTTP/2. See:
So you might want to consider using HTTP/2 instead.