TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Heroku (YC W08) launches SSL Hostname Add-on Public Beta

16 点作者 Titanous大约 15 年前

2 条评论

andrewvc大约 15 年前
This is nice (I use it), but be aware, at the moment, this doesn't properly set X-Forwarded-For. Their piggyback SSL does, not sure about their other SSL option. The upshot of this is that you can't tell what IP your requests are coming from, which could be a deal breaker.<p>Heroku's said they're in contact w/ Amazon looking at a possible solutions.
评论 #1231034 未加载
blasdel大约 15 年前
Sound's like they're passing along the cost of using an ELB instance for each domain to act as an HTTPS proxy.<p>If only this had existed four months ago, I could have saved a ton of time hosting a customer's project on Heroku instead of dealing with EC2 directly. $100/m per domain was outrageous, using EC2 directly it's $18/m to allocate an Elastic Load Balancer instance for each additional domain.<p>$20/m for each domain with free bandwidth is just dandy, maybe I'll try porting to Heroku when I get a spare breath.