Background/Environment
o Self-Hosted N8N
o Self-Hosted Baserow
Describe the problem/error/question
Setting up credentials for Baserow is base auth: Username/Password
- I use the Baserow basic auth credentials to connect using the Baserow node.
- Operation: Create
- Database Name or ID: “Error fetching options from Baserow.”
- Hover-over /!\ shows:
Issues:
- There was a problem loading the parameter options from server: “unable to verify the first certificate”
I’m assuming this means it’s only going to connect on a valid certificate. But in a self-hosted situation, we’re going to be dealing with self-signed certs. Of course they aren’t “valid.”
Now what? Seems like I’m screwed unless I stand on my head and create a valid certificate from my own CA and ask the browser to trust it – which still seems suspect (how does N8N determine valid certs?)
Information on your n8n setup
- n8n version: 1.95.3
- Database (default: SQLite): Yes
- n8n EXECUTIONS_PROCESS setting (default: own, main): \0/
- Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
- Operating system: Linux