问题描述
我正在构建Facebook App,
,但据我所知,我需要SSL。
I'm building facebook App,but as I understood I need SSL.
有没有办法避免购买SSL?
Is there any way to avoid buying SSL?
推荐答案
您可以避免在以下情况下使用SSL证书:
You can avoid using an SSL certificate under these conditions:
- 该应用程序处于沙箱模式,只有指定的人才可见
- 您不关心在Facebook上使用安全连接的用户 - 您可以指定
https://example.com
- The app is in sandbox mode, visible only to a specified group of people
- You don’t care about users using a secure connection on Facebook — you can specify
https://example.com
如果您的托管服务提供商有一个给你(例如: - )。
You can avoid buying such certificate if your hosting provider has one for you (for example: heroku - ssl setup).
您可以尝试搜索免费证书。据我所知,提供了这样的服务。
You can try to search for free certificates. As far as I know, http://startssl.com provides such a service.
您可以使用自签名证书。您的用户将被提示接受证书的有效性(或强制添加例外,这是一个麻烦的过程)。
You can use self-signed certificates. Your users will be prompted to accept validity of the certificate (or forced to add exception, which is a cumbersome process).
这篇关于Facebook应用程序 - 安全画布 - SSL的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!