whatsapp webhook not working

Whenever i click verify and save it says this The URL couldn't be validated. Callback verification failed with the following errors: curl_errno = 35; curl_error = OpenSSL/1.1.1w: error:14094438:SSL routines:ssl3_read_bytes:tlsv1 alert internal error; HTTP Status Code = 200; HTTP Message = Connection established
16 Replies
Baptiste
Baptiste4mo ago
How does your URL look like?
FzinaHaMed
FzinaHaMed4mo ago
192.xxx.xxx.0 /api/webhook/ whatever the docs have
Baptiste
Baptiste4mo ago
Meta only accepts real domain with https https://my-domain.com/...
FzinaHaMed
FzinaHaMed4mo ago
other than that how can i use my domain in vercel like the nextaut url
Baptiste
Baptiste4mo ago
So you want me to help you figure out how to use Vercel?
FzinaHaMed
FzinaHaMed4mo ago
ye
Baptiste
Baptiste4mo ago
😰
FzinaHaMed
FzinaHaMed4mo ago
not like that
Baptiste
Baptiste4mo ago
Please, if you are not technical, use the hosted version: https://app.typebot.io 🙏
Sign In
Create and publish conversational forms that collect 4 times more answers and feel native to your product
FzinaHaMed
FzinaHaMed4mo ago
but when configuring environment variables should i just use the domain or is there a different approach to it
Baptiste
Baptiste4mo ago
Adding & Configuring a Custom Domain
Learn how to add a custom domain to your Vercel project, verify it, and correctly set the DNS or Nameserver values.
FzinaHaMed
FzinaHaMed4mo ago
ok btw is the encryption key generation link working cuz for me it ist *isnt
Baptiste
Baptiste4mo ago
Thank you for the heads up, indeed it's broken
FzinaHaMed
FzinaHaMed4mo ago
i see i thought it was an issue on my side
Baptiste
Baptiste4mo ago
You can generate it with this command in your terminal: openssl rand -base64 24 | tr -d '\n' ; echo
FzinaHaMed
FzinaHaMed4mo ago
ok sure