Can I use a free self signed SSL certificate for a

2020-02-20 05:37发布

Facebook require SSL certs for a secure Canvas URL.

I notice some organizations offer free, self-signed SSL certificates. You can aslso find them by using your search engine of choice.

Will these types of certificates be acceptable?

标签: facebook ssl
4条回答
成全新的幸福
2楼-- · 2020-02-20 05:53

I have tested Start SSL certificates, and they work fine on all browsers in Windows XP, and even most mobile handsets. I did not find any advantage in low-end certs (

I tested on:

Internet Explorer 6 Internet Explorer 7 Internet Explorer 8 Internet Explorer 9 Firefox 6 Google Chrome Safari Android browser Android Opera Nokia Symbian opera Iphone browser Blackberry browser

查看更多
家丑人穷心不美
3楼-- · 2020-02-20 05:56

You may be able to use a Self Signed certificate but it will throw up browser warnings because your certificate isn't included in the ones that are trusted. To get a proper certificate you need to pay and get one through a Certificate Authority

According to this forum post on the FB Developer Forums you should be able to:

Facebook has not set up any requirements for the SSL certificate, but in the interest of your users not being showed an invalid signature dialog (It's looking pretty dangerous in firefox, while it's not dangerous at all having a self-signed cert) you should get a certificate for somewhere around 10$/Yr.

However the wording on the Developer Roadmap suggests that you actually need to obtain a certificate. You could get the minimum required certificate for about $10/year and could save quite a few headaches

查看更多
啃猪蹄的小仙女
4楼-- · 2020-02-20 05:57

I have written a proxy which can be run in heroku.com and this will show your app in an ssl domain like https://your-app.herokuapp.com

查看更多
贼婆χ
5楼-- · 2020-02-20 06:03

Fortunately this problem is now solved with the free LetsEncrypt certificate. Hail the end of the SSL corporate maffia! :) https://letsencrypt.org/

查看更多
登录 后发表回答