By sadonay2
I was configuring certbot for nginx on Ubuntu 18.04 droplet, I’m securing a two level subdomain, e.g.: https://sub.sub.domain.com and certbot says that the cert is ready but when I go to the page I get an ERR_SSL_VERSION_OR_CIPHER_MISMATCH on Chrome, and ssllabs says “Failed to communicate with the secure server”.
So, in some sites says that other clouds doesn’t provide support for securing two level subdomains, like here: https://community.letsencrypt.org/t/need-help-got-error-err-ssl-version-or-cipher-mismatch-when-accessing-my-domain/38740
But I don’t find any info about this on DigitalOcean, can you help me with that please?
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.
Hi, It is definitely possible to get and deploy Let’s Encrypt certificate for two-level subdomains in DO. Did you restart nginx after setting up the certificate ? First, check if nginx server blocks files have correct syntax:
sudo nginx -t
If the syntax is OK, restart nginx
sudo systemctl restart nginx
If you still have the same issue, go through all the steps of this tutorial. Maybe you missed something.
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.
Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.
