ทำเว็บนี้ขึ้นมา เอาไว้บันทึกโค้ด การแก้ไขปัญหาต่างๆ ที่พบเจอ

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

หน้าหลัก » Web server » 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"