Adding SSL to Heroku site post launch
Posted
by
dineth
on Server Fault
See other posts from Server Fault
or by dineth
Published on 2012-09-18T08:13:02Z
Indexed on
2012/09/18
9:39 UTC
Read the original article
Hit count: 245
I have a rails API that I want to deploy on Heroku. $20/month for a SSL site on heroku is a little steep given I am not earning anything out of this app yet. I am after advice and wondering if it is possible to add SSL sometime in the future? This is for a iOS app that I'm writing.
Basically the idea would be that I continue to use https://myapp.heroku.com through their piggyback SSL. Once I get some cash in, I want to transition to using https://www.myapp.com. At this point the API would still need to work for app users who haven't upgraded to a new version of the app that points to the new domain.
Anyone know if this is possible? Would both URLs continue to work? My gut feeling tells me this is not possible. Any advice would help. Thanks!
© Server Fault or respective owner