It gives me this error Problem running workflow Bad request - please check your parameters Details : WhatsApp Trigger: (#2200) Callback verification failed with the following errors: curl_errno = 35; curl_error = OpenSSL/1.1.1zb: error:1408F10B:SSL routines:ssl3_get_record:wrong version number; HTTP Status Code = 200; HTTP Message = Connection established
So want to set up the n8n whasapp trigger which runs when message is recieved but it always gives this error
-
You appear to have some problem with your SSL setup. (A bit of research on the error message suggests that "wrong version number" is not always accurate; the same message can appear when the response is not a TLS response at all.) Suggest you put your endpoint URL through a couple of the available SSL checker tools online, and see what those have to say first of all.C3roe– C3roe2025年09月26日 13:32:47 +00:00Commented Sep 26, 2025 at 13:32
-
Please provide enough code so others can better understand or reproduce the problem.Community– Community Bot2025年09月26日 14:38:10 +00:00Commented Sep 26, 2025 at 14:38
-
So basicaly i want to set up the n8n whatsapp on message trigger node but then in that node have one webhook url-> n8n-dev{<......>}.com/webhook-test/{id}/webhook But when I put this in Webhook of the developer.facebook in Quickstart> configuration it gives The callback URL or verify token couldn't be validated. Please verify the provided information or try again later. so I dont want to acces it by code but by a n8n nodeVedant Paghdar– Vedant Paghdar2025年09月29日 05:50:30 +00:00Commented Sep 29, 2025 at 5:50