Report this

What is the reason for this report?

ssl-params.conf file is missing

Posted on August 25, 2019

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.

https://www.digitalocean.com/community/tutorials/how-to-set-up-nginx-with-http-2-support-on-ubuntu-18-04

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.

Hello,

If the ssl-params.conf file is missing you can create it:

/etc/nginx/snippets/ssl-params.conf

You can enter the ssl ciphers, check the nginx syntax:

nginx -t

and then restart nginx:

systemctl restart nginx

Let me know how it goes. Alex

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.