01-02-23 05:01 PM
"SQL Server must be configured to use SSL encryption."
This implies that encryption is required.
I need to know if the SQL Server must force encryption (which is a separate SQL Server configuration), or if the driver / interface library will request encryption from the SQL Server.
if its the driver that's requesting the encryption can anyone confirm which driver Hub uses? I believe hub uses DotNet via Microsoft.Data.SqlClient and version 4.1.0.
Thanks
07-02-23 03:18 PM