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"
ทำเว็บนี้ขึ้นมา เอาไว้บันทึกโค้ด การแก้ไขปัญหาต่างๆ ที่พบเจอ
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"