Cant connect to whatsapp business

Describe the problem/error/question

I try to use on premise server to install n8n and try to connect it to whatsapp.
but there’s an error : WhatsApp Trigger: (#2200) Callback verification failed with the following errors: curl_errno = 35; curl_error = OpenSSL/1.1.1x: error:1408F10B:SSL routines:ssl3_get_record:wrong version number; HTTP Status Code = 200; HTTP Message = Connection established

What is the error message (if any)?

Please share your workflow

just test one node : whatsapp triger

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

i’ve already check my ssl is active. my web at chatbot.jonasphoto.co.id. i’ve follow may suggestion from this forum/search engine. but still cannot connect. If someone can help?

Information on your n8n setup

  • n8n version: 1.90.2
  • **Database (default: SQLite):sqllite
  • **n8n EXECUTIONS_PROCESS setting (default: own, main):own
  • **Running n8n via (Docker, npm, n8n cloud, desktop app):docker
  • **Operating system:ubuntu

Hi, what web server are you using? And have you separated the editor domain N8N_EDITOR_BASE_URL and the webhook domain WEBHOOK_URL? Because the domain you provided is an n8n editor instance.

im use nginx. how to check its seperated or not?

Have you config this env?