Skip to content

Commit

Permalink
TrustServerCertificate=true
Browse files Browse the repository at this point in the history
  • Loading branch information
gliljas committed Dec 21, 2024
1 parent 32e30d2 commit ff3ca4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ environment:
- DB: SqlServer2008
CONNECTION_STRING: Server=(local)\SQL2017;User ID=sa;Password=Password12!;initial catalog=nhibernate;
- DB: SqlServer2008-MicrosoftDataSqlClientDriver
CONNECTION_STRING: Server=(local)\SQL2017;User ID=sa;Password=Password12!;initial catalog=nhibernate;
CONNECTION_STRING: Server=(local)\SQL2017;User ID=sa;Password=Password12!;initial catalog=nhibernate;TrustServerCertificate=true;
- DB: Firebird
- DB: Firebird4
- DB: MySQL
Expand Down

0 comments on commit ff3ca4f

Please sign in to comment.