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?
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.
Hi there @jak3tayl0r,
What I could suggest here is using the
grep
command to look for any other references ofTLSv1.2
in your Nginx directory.To do that, you can run the following command:
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