Skip to content

Commit 4206af6

Browse files
committed
TEST ONLY- temporary do not set TrustServerCertificate to false explicitly
1 parent eaed57e commit 4206af6

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;
152+
// builder.TrustServerCertificate = false; // TODO: THIS IS COMMENTED OUT FOR TESTING PURPOSES ONLY. UNCOMMENT BEFORE SHIPPING.
153153
}
154154

155155
ConnectionStringBuilders.TryAdd(dataSourceName, builder);

0 commit comments

Comments
 (0)