I’m having issues with the Slack node, where I need the Slack Trigger and Webhook links to be in https://
, but my n8n only generates links with http
. How can I change this?
Not on the localhost, but you need to register one domain address to upload Webhook_url. Configure webhook URLs with reverse proxy | n8n Docs
I hope this question from before will help.
I need help doing this, I just dont understand how to enable 443. Im using docker and n8n
There are two semi simple options to achieve this:
-
Get a domain
-
Setup a reverse proxy with docker that handles https and certificates (let’s encrypt with acme). Something like caddy, nginx, treafik, etc.
OR
Use cloudflare tunnels and setup a cloudflared account. Cloudflare is effectively a reverse proxy that also handles https and certificates but free in the cloud.
If this is all to complex, think about getting the n8n cloud subscription where https is built in.
You’re welcome, everyone! This was a great help in solving my problem.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.