[EDITED]
I am connecting to SQL Server 2005. i have configured the certificate on the server and have been able to force encryption form the server successfully.
The problem is that i cannot use forced encryption from the server because that breaks another system. So we need to force encryption from the client side.
how do i connect to the server using secure connection?
Set the Encrypt property to True in the connection string builder. Or add
Encrypt=Yeson the connection string, but using a connection string builder is so much better.This is also described in the SQL Protocols team blog: