I’m getting a “Failed to activate license: Connection Error” response when trying to activate the community license with n8n.
We are self-hosting n8n on the latest version. We’re installed using npm.
In the documentation, I see the license server URL as being http://license.n8n.io/v1, and that then redirects-ish to https://license.n8n.io/v1. But https://license.n8n.io/v1 gives a 404 error…
We do use a proxy to get out to the internet from this server, but we’re not seeing any drops from that. The “send me a free license key” process does work, and I’ve received the key via email. But I’m unable to activate it. Workflows I’ve tried do work… I’m not sure what else to try.
I’m including some of our env variables here, in case that helps:
set N8N_RUNNERS_ENABLED=true
set HTTP_PROXY=http://ourProxy:3128
set HTTPS_PROXY=http://ourProxy:3128
set N8N_LICENSE_ACTIVATION_KEY=licenseKeyFromEmail
set http_proxy_license_server=https://ourProxy:3128
set https_proxy_license_server=https://ourProxy:3128
set N8N_LOG_OUTPUT=file, console
set N8N_LOG_LEVEL=debug
## Information on your n8n setup
- **n8n version: 1.80.4**
- **Database: PGSQL**
- **n8n EXECUTIONS_PROCESS setting (default: own, main):**
- **Running n8n via (Docker, npm, n8n cloud, desktop app): npm**
- **Operating system: Windows server 2019**