Skip to content

Commit 0045c97

Browse files
committed
Revert back temporarily commented code
1 parent c9f2b3e commit 0045c97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Core/Resolvers/MsSqlQueryExecutor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ private void ConfigureMsSqlQueryEecutor()
149149
if (_runtimeConfigProvider.IsLateConfigured)
150150
{
151151
builder.Encrypt = SqlConnectionEncryptOption.Mandatory;
152-
// builder.TrustServerCertificate = false; // TODO: THIS IS COMMENTED OUT FOR TESTING PURPOSES ONLY. UNCOMMENT BEFORE SHIPPING.
152+
builder.TrustServerCertificate = false;
153153
}
154154

155155
ConnectionStringBuilders.TryAdd(dataSourceName, builder);

0 commit comments

Comments
 (0)