Using https with localhost wamp

I am trying to start a facebook application from my localhost. I made a canvas URL and protected the Canvas URL before http://localhost/myappand https://localhost/myapp.but link http://localhost/myappdoesn’t even work on my localhost.I enable mode_ssl and php_openssl extensions. I read various tutorials on the Internet, but they all find. Anyone who has already tested facebook applications on localhost. Thanks

+5
source share
2 answers

I was not worried about creating a self-signed certificate for testing facebook applications, which I did, although make sure that secure browsing is disabled on facebook. Then you can click http://localhost/myappand not redirect you.

0
source

All Articles