1

I'd like to create a multitenant Rails app on Heroku. I want each tenant (user) to have its own domain with SSL. So https://user1.com and https://user4.com will both point to the same app.

I know how to point multiple domains to one app, but it seems like it will be trickier to get multiple SSL domains pointing to one app because the server apparently sees the IP and serves the SSL before seeing the HOST header.

Is it possible to have multiple SSL domains on one app on Heroku? How can I do it?

Community
  • 1
  • 1
bevanb
  • 8,201
  • 10
  • 53
  • 90
  • Check out [this answer to "Multiple SSL Certificates in One Heroku Application"](http://stackoverflow.com/a/18982770/341692). – hajpoj Jan 31 '16 at 22:50

1 Answers1

-1

You can do it, Heroku provide minimal explanation here.

davidrac
  • 10,723
  • 3
  • 39
  • 71