Describe the problem/error/question
I am trying to connect to a Supabase Postgre database, but I cannot connect to it due to certificate error. How do I fix it?
What is the error message (if any)?
I consistently get the error SASL: SCRAM-SERVER-FINAL-MESSAGE: server signature is missing.
Please share your workflow
This is applicable to all workflows I try to create.
Information on your n8n setup
Hi,
I think this was a known error. Have you searched the forum?
first result
Describe the problem/error/question
I cannot connect to a Supabase postgresql database. I can connect properly using Postico, a postgresql gui client.
What is the error message (if any)?
SASL: SCRAM-SERVER-FINAL-MESSAGE: server signature is missing
Please share your workflow
Credentials inserted that were working less than a month ago. The Supabase dashboard shows that it isn’t turned off. My other gui client (see above) works fine. I cannot connect using the n8n node.
Share the output re…
Maybe the ignore SSL errors will help.
Reg,
J.
I’ve searched the forums, and tried ignoring the SSL errors but without any results.
Do you have any special chars in the password?
Try changing it to a password with only upper/lowercase and numbers and try again.
Seems to be a new bug in n8n regarding this. Don’t know if it is only against the poolers or if it is also for direct database connection.
This has worked before, but sometime during the last updates it has changed, i guess n8n doesn’t do the percentage encoding correctly any more, since it is connected to special chars.
1 Like
hey thank you very much.
i’ve got the same issue and changing the database password without symbols/special chars is working for me
1 Like