Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refused to connect #110

Open
aliilhami opened this issue Sep 17, 2024 · 1 comment
Open

Refused to connect #110

aliilhami opened this issue Sep 17, 2024 · 1 comment

Comments

@aliilhami
Copy link

I cannot reach the n8n instance. I have tried to change configuration by disabling auth, changing from http to https, changing ssl certificate locations, got no luck.

I get below error when I try to reach via https://localhost:5678/ or http://localhost:5678/
CleanShot 2024-09-17 at 13 09 18@2x

Here is my current config:
auth: false auth_username: REDACTED auth_password: REDACTED timezone: Europe/Berlin protocol: https certfile: fullchain.pem keyfile: privkey.pem env_vars_list: [] cmd_line_args: ""

Here is the latest logs:

Stopping n8n...
User settings loaded from: /data/n8n/.n8n/config
Initializing n8n process
n8n ready on 0.0.0.0, port 5678
Version: 1.59.0

Editor is now accessible via:
https://localhost:5678/

@yuz123
Copy link

yuz123 commented Oct 31, 2024

try to add

  • "N8N_SECURE_COOKIE: false"
    to env_vars_list

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants