简体   繁体   English

Facebook App - 安全画布 - SSL

[英]Facebook App - secure canvas - SSL

I'm building facebook App, but as I understood I need SSL. 我正在构建facebook App,但据我所知,我需要SSL。

Is there any way to avoid buying SSL? 有没有办法避免购买SSL?

You can avoid using an SSL certificate under these conditions: 您可以避免在以下条件下使用SSL证书:

  • 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 您不关心在Facebook上使用安全连接的用户 - 您可以指定https://example.com

You can avoid buying such certificate if your hosting provider has one for you (for example: heroku - ssl setup ). 如果您的托管服务提供商为您提供此证书,您可以避免购买此类证书(例如: heroku - ssl setup )。

You can try to search for free certificates. 您可以尝试搜索免费证书。 As far as I know, http://startssl.com provides such a service. 据我所知, http://startssl.com提供了这样的服务。

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). 系统将提示您的用户接受证书的有效性(或强制添加异常,这是一个繁琐的过程)。

Yes you can use shared SSL instead of dedicated SSL for your fb app, check you hosting provider manual how to use shared SSL. 是的,您可以为您的fb应用程序使用共享SSL而不是专用SSL,请检查托管服务提供商手册如何使用共享SSL。 Hostgator and bluehost provide shared ssl and the usage guide is given on the respective websites. Hostgator和bluehost提供共享的ssl,使用指南在各自的网站上提供。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM