I have a production instance on Heroku where users go to https://secure.myapp.com for checkout. I used hostname-based SSL because $100 / month just isn't feasible for my client.
Now, I'm in a situation where I need a staging environment (http://myapp-staging.herokuapp.com
) and the SSL / subdomain stuff just doesn't work ("secure" replaces "myapp-staging") when going to the checkout, and the SSL cert I purchased won't work since it's keyed to myapp.com
.
Can anyone please advise on what the most affordable setup is given this situation?
Thank you!