flaky-scientist-18882
09/09/2023, 4:46 PMserver error (FATAL: SSL/TLS required (SQLSTATE 28000))
.
kratos migrate sql "<postgres://user:pass@host.ohio-postgres.render.com/db?ssl=true>"
However running psql
with the same connection string works.
I got around this by running the command within the private network where an ssl connection to the db isn’t required, but wanted to flag this in case anyone else runs into the same thing.