【发布时间】:2012-11-15 14:28:23
【问题描述】:
我想在 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,因为服务器显然会在看到 HOST 标头之前看到 IP 并提供 SSL。
是否可以在 Heroku 上的一个应用上拥有多个 SSL 域?我该怎么做?
【问题讨论】: