wilr/silverstripe-facebookconnect

SSL Certification failed workaround

Closed this issue · 1 comments

I found SSL certification failed when using this module.
It turns out that you need to update fb_ca_chain_bundle.crt based on latest file in original sdk: https://github.com/facebook/facebook-php-sdk/blob/master/src/fb_ca_chain_bundle.crt

Thanks

wilr commented

Thanks, have updated the sdk in both master (8452956) and 1.0 (5a71ec3) could pull the SDK in via composer but composer based setups still catching people out. Hopefully next couple months everyone will get used to composer!