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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Tell HN: Quick and free SSL hosting? Remember Dropbox...

8 点作者 mgeraci大约 14 年前
I was working on integrating a custom iframe tab in a Facebook app, and was having a lot of trouble displaying it to users browsing FB with SSL enabled. I don't have a server with an SSL certificate, and didn't want to pay for a new host or bother with getting a certificate.<p>You know who does have an SSL certificate? Dropbox. It's certainly a hack, but you can serve the iframe document from your public folder, and it works really well. There are bandwidth caps (10GB/day unpaid, 250GB/day paid - https://www.dropbox.com/help/45), but it could be a great solution for some situations.

5 条评论

JoachimSchipper大约 14 年前
Neat hack, but certificates can be had for free nowadays[1,2].<p>[1] E.g. startssl.com.<p>[2] Of course, this means that the CA system is broken - you can't do any serious validation for $0.
HerraBRE大约 14 年前
Neat hack! If you want a similar solution for something a bit more dynamic, all the <a href="http://pagekite.net/" rel="nofollow">http://pagekite.net/</a> sub-domains are SSL-enabled by default.<p>You run whatever HTTP server you like, PageKite operates as a front-end and handles SSL. The connection between your server and the PageKite front-end is encrypted as well.<p>Like Dropbox, there are bandwidth limits on the PageKite service, but for heavy users we'd be pretty open to negotiating - our public price structure is more meant for personal sites and prototyping. OTOH, for something like a Facebook app, 1GB probably goes a very long way.
julesallen大约 14 年前
What about App Engine or S3 if you're just serving static files?
beaumartinez大约 14 年前
They could stop serving your content at any moment though... Not a very robust solution.
评论 #2438252 未加载
stussified大约 14 年前
I think I love you