Error running connecting database to a NestJs/Typeorm app

hi all,
I’m getting an error that says: My application is built on NestJs and TypeORM, the database runs on render but the service still runs locally. I want to test things out before I host it on Render

Error during migration run:
error: SSL/TLS required

Hi,

SSL/TLS is required to connect to a Render Postgres instance. You’ll need to configure your client to use SSL.

Alan

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.