You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I also tested with sslmode=require and without rejectUnauthorized line.
Logs
[ ! ] Error connecting to datasource [sourcename]: self-signed certificate in certificate chain
Workaround
To get around this in the meantime, and get your dev project to pass the build, commenting out the two ssl vars that you provide to Evidence Cloud should do (as the values in your connection.yaml values for these will kick in instead).
i.e copy your vars as usual, but prepend these two with a # , or remove them entirely
I don't know if this is still the case anymore but I recall once being able to write a test while that showed boolean env vars set to "false" were being picked up as true.
Describe the bug
When deploying an app with a postgres connection with no ssl certificates, the sources process fails.
Reported on Slack
Steps to Reproduce
connection.yaml
.env
Logs
Workaround
To get around this in the meantime, and get your dev project to pass the build, commenting out the two ssl vars that you provide to Evidence Cloud should do (as the values in your connection.yaml values for these will kick in instead).
i.e copy your vars as usual, but prepend these two with a # , or remove them entirely
The text was updated successfully, but these errors were encountered: