I’ve just migrated my Wordpress / Woocommerce site to a new Ubuntu 20.04 droplet. (www.themusicvault.co.uk)
I’m trying to edit my nginx/sites-available config file to strengthen my SSL following this tutorial.
https://raymii.org/s/tutorials/Strong_SSL_Security_On_nginx.html#HTTP_Public_Key_Pinning_Extension
However im getting the following error when trying to add anything to my config file in sites-available.
nginx: [warn] duplicate value “TLSv1.2” in /etc/nginx/sites-enabled/themusicvault.co.uk:37
Any ideas what might be causing the issue?
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!
Hi there @jak3tayl0r,
What I could suggest here is using the grep command to look for any other references of TLSv1.2 in your Nginx directory.
To do that, you can run the following command:
- sudo grep -ri 'TLSv1.2' /etc/nginx/
Also if you wish you could share the contents of your /etc/nginx/sites-enabled/themusicvault.co.uk file so that I could try to advise you further.
Regards, Bobby
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.