Wildcard CNAME with GoDaddy DNS Manager

cname-recorddomain-name-systemgodaddyherokuwildcard

I'm having some issues with GoDaddy DNS that I thought I'd maybe share with you all before moving to another provider.

I have an application that uses subdomains for users and is hosted on Heroku.com. I want the entire site to be accessed via https but the way Heroku does this is tricky. Typically Heroku gives you 3 IP address that you can create a * record for the wildcard subdomains. This works fine with Godaddy.

My issue is that, with the way Heroku does SSL, is that instead of the IP address, they instead give you an AmazonAws url. So for an example subdomain of "foo", you can create a cname with a host name of foo that looks at your amazonaws.com address. Well users on my site are making subdomains frequently, and so I'd like to use a wildcard CNAME. I've read here that it is a legit practice (though not recommended) but unfortunately I believe I have to if I want the security I desire.

Has anyone been able to create a wildcard cname on GoDaddy? Is anyone else on Heroku in the same situation as me that's found a nice work around, possibly the Zerigo DNS Add-on?

Thanks

Best Answer

This seems to have been answered previously here Is a wildcard CNAME DNS record valid?

Related Topic