rivantsov / vita

VITA Application Framework
MIT License
59 stars 15 forks source link

Microsoft.Data.SqlClient 4.0.0 #201

Closed rubenalves closed 2 years ago

rubenalves commented 3 years ago

If we upgrade Microsoft.Data.SqlClient to 4.0.0 the Vita canot connect to the sql server, some error on certificates.

Not a big problem as we can rolback to 3.0.1 but we have to be carefull on that.

Thanks.

rivantsov commented 3 years ago

add TrustServerCertificate=True to the conn string; just tested, it looks like it works. looks like they screwed up smth there

rubenalves commented 3 years ago

works very well. Thanks.

rubenalves commented 3 years ago

I have it working in prodution and 0 problems, Thank you very much for the solution.