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

link|improve this question
feedback

2 Answers

This is possible with GoDaddy DNS. Some issues may come up with GoDaddy shared hosting but you should be able to create a wildcard CNAME in the DNS service.

link|improve this answer
What does the record look like I should be creating? * is not allowed for the CNAME host. – Kombo Jun 15 '11 at 19:37
feedback

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.