"I read the
README.txt from start to finish,"
I use Drupal 7 version 7.12 and install drupal for facebook module after reading readme.txt more and more and all nodes related to this issue ,I found this error message in canvas page
apps.facebook.com/name_space/
SSL connection error
Unable to make a secure connection to the server. This may be a problem with the server, or it may be requiring a client authentication certificate that you don't have.
Error 107 (net::ERR_SSL_PROTOCOL_ERROR): SSL protocol error.
How can i fix this error it prevent the canvas page from loading
Comments
Comment #1
Dave Cohen commentedMaybe just your browser rejecting a cert. Browsers get funny when the cert is in an iframe. So go directly to your server https://example.com/path/to/drupal. There, the browser might ask, "are you sure you want to proceed?" or some such. After you give the browser the OK, then return to the canvas page and see if it works.
Comment #2
technicalknockout commentedPlease provide more information. It is not clear if the drupal FB module has an issue or your server SSL certificates and FB app need to be properly setup.