I am trying to connect via webhook Facebook and N8N. But Facebook gives me the following error:
Could not validate URL. 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 have tried letsencrypt and Gogetssl but neither works for me. Same error. How can I fix this?
I have just tried your domain and it looks like you have nginx installed so you would need to either set up the nginx reverse proxy to correctly route to n8n or make sure you specify the port.
You may want to check your env options as well as we no longer support basic auth and webhook_tunnel_url should be webhook_url so your config should look more like this…
I have made the adjustments you mention, but I keep getting the same error from Facebook:
Could not validate URL. 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
When I test with Postman, it sends the information without problem. But according to what Facebook says, it is an SLL issue.
SSL ERROR: Can’t validate SSL Certificate. Either it is self-signed (which will cause browser warnings) or it is invalid.
It could be that Facebook doesn’t trust the certificate authority you have used or maybe your cert chain is not complete.
I have done a quick test and I can’t see any issues on the site with the cert so you will need to reach out to Facebook to find out why they don’t ike it.