Rbillon59 / hass-n8n

Home assistant addon to host a n8n.io instance
Apache License 2.0
50 stars 16 forks source link

Refused to connect #110

Open aliilhami opened 1 month ago

aliilhami commented 1 month ago

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 commented 1 week ago

try to add