-1

I am setting a webhooks for a Facebook application, and they required a call back url, this url must be in https

I do have a server with a call back website but it is not https, it is in http protocol

Any idea to bypass that? (work around? )

enter image description here

Praveen Kumar K S
  • 3,024
  • 1
  • 24
  • 31
Marco Dinatsoli
  • 10,322
  • 37
  • 139
  • 253

1 Answers1

2

There's no way to bypass it. However, if you don't want to buy SSL certificate for your domain, you can configure your domain name with CloudFlare and use their universal ssl. I have used it with facebook webhooks and it works very well. It's free and very easy to configure.

The free plan allows you to use Flexible SSL. As per the docs:

Flexible SSL: secure connection between your visitor and CloudFlare, but no secure connection between CloudFlare and your web server. You don't need to have an SSL certificate on your web server, but your visitors still see the site as being HTTPS enabled.

Mukarram Khalid
  • 2,115
  • 1
  • 16
  • 20
  • I tried the website you've mentioned, and they told me this: `For your records, here are the CloudFlare name servers you've been assigned. dan.ns.cloudflare.com` but when i put `dan.ns.cloudflare.com` on the browser, i don't see my website. help please – Marco Dinatsoli Jun 29 '16 at 10:10
  • These are the name servers assigned to your domain. Now, You need to login to your domain management portal and change the default name servers listed there to these name servers given by the cloudflare. – Mukarram Khalid Jun 29 '16 at 10:37