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

Popular posts from this blog

jasper reports - Fixed header in Excel using JasperReports -

media player - Android: mediaplayer went away with unhandled events -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -