Skip to content

Commit 8c5fcef

Browse files
committed
Explicitly turn off connection encription for the testing purposes
1 parent f802349 commit 8c5fcef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Orm/Xtensive.Orm.Tests.Framework/Orm.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
<!-- ConnectionString based domain configurations -->
9191

9292
<domain name="defaultcs" provider="sqlserver"
93-
connectionString="User ID=dotest;Password=dotest;Data Source=localhost;Initial Catalog=DO-Tests;MultipleActiveResultSets=True" />
93+
connectionString="User ID=dotest;Password=dotest;Data Source=localhost;Initial Catalog=DO-Tests;MultipleActiveResultSets=True;Encrypt=False" />
9494

9595
<domain name="mssql2005cs" provider="sqlserver"
9696
connectionString="Data Source=localhost\DO_SQL2005;Initial Catalog=DO-Tests;Integrated Security=True;MultipleActiveResultSets=True" />

0 commit comments

Comments
 (0)