HTTPS Webhook Issue with Telegram on Locally Hosted n8n
I'm having a bit of a struggle getting Telegram webhooks to play nicely with my local n8n setup. Here's the lowdown: - I'm just tinkering with n8n on my own machine for now, so it's just running locally. - I've got a Telegram bot ready to go, and I'm trying to use a webhook node in n8n to catch stuff like messages and commands. - Telegram seems pretty insistent on HTTPS for webhooks, but I'm stuck with plain old HTTP since it's all local (something like http://localhost:5678/webhook/...). I've tried a few things: - I gave ngrok a shot to make my local instance accessible from the web with HTTPS. Here's the catch: - ngrok works for a bit, but the URL keeps changing whenever I restart it, so it's not ideal for the long haul. Basically, I'm scratching my head trying to figure out how to make Telegram happy with its HTTPS thing while keeping n8n local. Any ideas on how to get these two to cooperate? Maybe some tips for testing Telegram integrations locally? ANy Youtube video tutorial or any help? Thanks in advance for any help!