Forum Discussion
javierarambarri
Oct 14, 2024Copper Contributor
Do I have to install the certificate in a machine that access remotely to an encrypted SQL server?
Hello, I have configured my SQL server with an encryption certificate that works as it is enable when connecting locally. When I access remotely to that server from a VM, it grants me access and tel...
olafhelper
Oct 14, 2024Bronze Contributor
javierarambarri , you can set the connection string property "TrustServerCertificate" to "True", see
All SQL Server SqlConnection Properties - ConnectionStrings.com