Facebook Messenger API "URL COULD NOT BE VALIDATED"

Jake Cross picture Jake Cross · Apr 12, 2016 · Viewed 8.7k times · Source

I'm trying to setup the Facebook messenger API and I'm getting this error when I attempt to add the WebHook:

The URL couldn't be validated. Callback verification failed with the following errors: curl_errno = 60; curl_error = SSL certificate problem: unable to get local issuer certificate; HTTP Status Code = 200; HTTP Message = Connection established

I've setup my NodeJS server using the code they provided in the tutorial. Here's the url: https://stackoverload.me/chatter/webhook

EDIT HERE'S THE RESOLUTION (someone wanted to see the code):

Answer

Jake Cross picture Jake Cross · Jun 23, 2016

Forgot to answer this, but I found out that I added a ca file and parameter to my https server and Facebook then accepted it.