Latest Microsoft.Data.SqlClient requires Encrypt by default

SQL server

That change requires to either configure a valid SSL encryption certificate in MSSQL:



or add the "TrustServerCertificate=True" to the connection string (MSSQL server uses some default SSL certificate)

Post a Comment

Previous Post Next Post