我想在Heroku上创建一个多租户Rails应用程序。我希望每个租户(用户)都拥有自己的SSL域。因此,https://user1.com和https://user4.com都会指向相同的应用。
我知道如何point multiple domains to one app,但seems like it will be trickier to get multiple SSL domains pointing to one app,因为服务器显然看到IP并在看到HOST标头之前提供SSL。
是否可以在Heroku上的一个应用上拥有多个SSL域?我该怎么办?