I created a new local installation of n8n on macOS and ran n8n start --tunnel to use the webhook with HTTPS. Although the command executes successfully, when trying to make a test request to the webhook, the connection fails, resulting in a timeout. Without using HTTPS, it works normally.
Has anyone experienced this before and have any ideas on how to solve it?
What is the error message (if any)?
Please share your workflow
(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.)
I would advise against using the tunnel at the moment as we will be removing it soon, If you wanted to continue using a tunnel based approach I would recommend using Cloudflare Tunnels or NGROK.
Hi, thanks for all your help. I was able to solve the issue by using NGROK. I came across the solution elsewhere, and it worked perfectly.
It might be helpful to update the documentation to mention that using the --tunnel option is no longer recommended. This could save others from encountering the same issue.