Error: The server does not support SSL connections #5520
-
hello, i am getting this error when trying to deploy in hostinger. but the error persist |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
I find the problem, i needed to configure the postgres to be SSL on If someon have the same problem with me, i have followed these instructions and worked. |
Beta Was this translation helpful? Give feedback.
-
I think this is still a valid errors, something is not right, I have both databaseDriverOptions: {
connection: {
ssl: {
rejectUnauthorized: false
}
}
}, in config, yet I'm still getting "The server does not support SSL connections" |
Beta Was this translation helpful? Give feedback.
-
I had a typo in the connection string... |
Beta Was this translation helpful? Give feedback.
-
The correct param would be So if you want to disable SSL, do a combo of |
Beta Was this translation helpful? Give feedback.
I find the problem, i needed to configure the postgres to be SSL on
If someon have the same problem with me, i have followed these instructions and worked.
https://www.howtoforge.com/how-to-enable-ssl-for-postgresql-connections/