After upgrading from Prisma 6 to Prisma 7, every query crashes with "Error opening a TLS connection: self-signed certificate in certificate chain" (PrismaClientKnownRequestError, code P1011). The app itself returns 200 but dies at the first prisma.user.findUnique() call. Prisma 7 changed the underlying pg driver defaults, so sslmode settings that were tolerated before are now treated as verify-full, and a self-signed or custom CA in the chain (common with Aiven, RDS, or corporate Postgres) fails the handshake.