I recently added SSL functionality to my Rails application running on Heroku. I have successfully purchased and created a certificate for my domain and using CNAME in GoDaddy, the WWW subdomain of my application works correctly when a user views www.myappname.com
The page loads without any warning, and the certificate works as intended.
CNAME looks something like this: host: www points to: myappnamefoobar-1234.herokussl.com
However, when I just go to the bare domain name - myappname.com, a certificate error appears.
How to configure DNS settings in GoDaddy to do this?
https://devcenter.heroku.com/articles/avoiding-naked-domains-dns-arecords
Heroku docs on bare domains have a whole article, but I donβt see how this applies to GoDaddy's DNS Manager.
I know Heroku has some kind of SSL IP protocol which is paid, but is there any other way to do this?
source share