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 eaed57e commit 4206af6Copy full SHA for 4206af6
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;
+ // builder.TrustServerCertificate = false; // TODO: THIS IS COMMENTED OUT FOR TESTING PURPOSES ONLY. UNCOMMENT BEFORE SHIPPING.
153
}
154
155
ConnectionStringBuilders.TryAdd(dataSourceName, builder);
0 commit comments