Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. crt.sh | example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.
My domain is: tykaiwy.com
I ran this command: SSL Server Test
It produced this output: This server supports TLS 1.0 and TLS 1.1. Grade capped to B.
My web server is (include version): nginx
The operating system my web server runs on is (include version): Ubuntu 20.10 server
My hosting provider, if applicable, is:
I can login to a root shell on my machine (yes or no, or I don't know): yes
I'm using a control panel to manage my site (no, or provide the name and version of the control panel): no
The version of my client is (e.g. output of certbot --version or certbot-auto --version if you're using Certbot): 1.17.0
Trying to understand how I can restrict my server to just TLS 1.2 and TLS 1.3. There are multiple files that seem to play a role in SSL configuration, so I'm not sure what needs updated. I have server.conf, options-ssl-nginx.conf, nginx.conf, and ssl-params.conf all of which mention SSL to some degree. nginx -t gave messages duplicate value "TLSv1.3" in /etc/nginx/snippets/ssl-params.conf:1 and "ssl_ciphers" directive is duplicate in /etc/nginx/snippets/ssl-params.conf:2 but commented out what appeared to be duplicate entries. Now nginx -t gives ok and successful but I still get the B from SSL labs.
