Forum Discussion
d19price
2 months agoOccasional Contributor
You can work around the issue by adding the below to your database connection string.
Not recommended from a security point of view though...
;encrypt=true;trustServerCertificate=true;
panidjar1
2 months agoNew Contributor
I have hundreds of connections, don't see updating them all. There must be a way to change it at the application level