I found and followed these answers for getting www.mydomain.com to redirect to mydomain.com
https://www.digitalocean.com/community/questions/how-to-setup-cname-to-redirect-static-app-platform
However, when I add the CNAME to DigitalOcean, and try the “www” address, I get this from browser.
This site can’t provide a secure connection www.mydomain.com uses an unsupported protocol. ERR_SSL_VERSION_OR_CIPHER_MISMATCH
Its an angular front end, Domain is handled by DO, everything else works as expected.
Do you have any ideas?
Thank you.
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.
Heya @friendlylapiswhale,
One of the benefits of using the DigitalOcean App Platform is its managed SSL/TLS. The platform automatically provisions and renews SSL certificates for the domains you add. If you have linked your domain to the DigitalOcean App Platform successfully, an SSL certificate should be automatically provisioned for your domain.
Here’s a step-by-step guide on how to set up a custom domain and SSL with the DigitalOcean App Platform:
Add a Custom Domain to Your App:
Update DNS Records:
Automatic SSL Certificate Provisioning:
https://
followed by your custom domain.You don’t need to create CSR files or manually handle certificates because DigitalOcean automates this for you.
Hope that this helps!