Skip to content

Commit

Permalink
SQLServer connection update
Browse files Browse the repository at this point in the history
  • Loading branch information
jortilles committed Aug 25, 2024
1 parent a6de4e5 commit 4c4e743
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ export class SQLserverConnection extends AbstractConnection {
database: this.config.database,
options: {
enableArithAbort: true,
encrypt: this.config.ssl=='0'?false:true
encrypt: this.config.ssl=='0'?false:true ,
trustServerCertificate: true //thanks to phvitres
}
}

Expand Down

0 comments on commit 4c4e743

Please sign in to comment.