I'm new to developing apps on Facebook, I encountered some problems. As it turned out facebook requires my Canvas URL to use SSL.
I use Open Server which uses it's own SSL cert. I have set Secure Canvas URL as following "https://localhost/"
https://localhost/ opens in any browser fine, But when I try to open facebook app it says that it doesn't trust the certificate because it's self-signed with the following error
"sec_error_untrusted_issuer"
(I am using Mozilla). And it doesn't provide me with option to trust this certificate. So what can I do? I just want to make a "Hello World" app on facebook. And I don't want to buy any certificates.