Prisma SQL SERVER: The TLS settings didn’t allow the connection to be established

Error opening a TLS connection: The TLS settings didn’t allow the connection to be established. Please review your connection string.

change .env add “trustServerCertificate=true” to DATABASE_URL

DATABASE_URL="...; trustServerCertificate=true"