We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9f2b3e commit 0045c97Copy full SHA for 0045c97
src/Core/Resolvers/MsSqlQueryExecutor.cs
@@ -149,7 +149,7 @@ private void ConfigureMsSqlQueryEecutor()
149
if (_runtimeConfigProvider.IsLateConfigured)
150
{
151
builder.Encrypt = SqlConnectionEncryptOption.Mandatory;
152
- // builder.TrustServerCertificate = false; // TODO: THIS IS COMMENTED OUT FOR TESTING PURPOSES ONLY. UNCOMMENT BEFORE SHIPPING.
+ builder.TrustServerCertificate = false;
153
}
154
155
ConnectionStringBuilders.TryAdd(dataSourceName, builder);
0 commit comments