I’m trying to connect to a supabase database through the postgre node. This is not the database of n8n, is another one different. It keeps saying “self-signed certificate in certificate chain” even though thre SSL is not toggled.
I can download a certificate from supabase as chatpgt recomends but then the env. variables on n8n are asking for a key, which I dont have. im using a domain I purchased on namecheap to acess my instance.
Please help!!
What is the error message (if any)?
Please share your workflow
(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)
I tried everything and decided to switch from render.com to digitalocean. cheaper and easier to set up. The fix was setting up the reverse proxy on Caddy properly to send the certificates. Used the digitalocean guide step by step and it worked!
It is nice that it is working but the fix shouldn’t have fixed this, I suspect there was another change.
I have this a test earlier today and for me my supabase instance connected with no issues, I then went into supabase and enabled the option to make ssl a requirement and that then meant I had to set the ssl option in n8n but I got the same error about the self signed cert, to fix it I just had to enable the ignore ssl issues option and it started working.