Heroku SSL on subdomain for staging server -
i have production instance on heroku users go https://secure.myapp.com checkout. used hostname-based ssl because $100 / month isn't feasible client.
now, i'm in situation need staging environment (http://myapp-staging.herokuapp.com
) , ssl / subdomain stuff doesn't work ("secure" replaces "myapp-staging") when going checkout, , ssl cert purchased won't work since it's keyed myapp.com
.
can please advise on affordable setup given situation?
thank you!
if need replicate production environment closely option setup , pay same ssl have in production.
an alternative might configure application it's not reliant on 'secure.' , use piggyback ssl addon.
Comments
Post a Comment