Open aliilhami opened 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/
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: ""
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/
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/
try to add
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/
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: