I just enable ssl by following below guide. Everything works fine. https://www.digitalocean.com/community/tutorials/how-to-secure-apache-with-let-s-encrypt-on-ubuntu-18-04
But I’ve one problem. I want to upgrade http from htt1 to http2 and for this I’m following below guide.
But ssl-params.conf file is missing from snippets folder. Even ssl is working perfectly. Do I need to create file manually or I’m missing some things.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
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.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
Hello,
If the ssl-params.conf file is missing you can create it:
You can enter the ssl ciphers, check the nginx syntax:
and then restart nginx:
Let me know how it goes. Alex