I followed the following steps to configure my LAMP droplet:
Enabling http2 should be straight forward by enabling it with the following command: a2enmod http2
And adding this to the virtual host file: Protocols h2 http/1.1
When I test my website(https://in-het-engels.com/) for http2 support on https://tools.keycdn.com/http2-test I get the following error:
Any ideas what I could try next to get it to work?
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.
Click below to sign up and get $100 of credit to try our products over 60 days!
Hello,
I’ve just tested this and it seems to be working as expected:
Would you mind sharing here with the community how did you get this fixed?
Usually, if the configuration s done correctly, you would need to restart Apache after the change as well. Best, Bobby