Skip to content

Commit

Permalink
Unificación del código
Browse files Browse the repository at this point in the history
  • Loading branch information
jortilles committed Jan 24, 2024
1 parent 43cdbae commit c4f93bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export class MysqlConnection extends AbstractConnection {
keepAliveInitialDelay: 0
};

if (this.config.ssl !== '0' || this.config.ssl === true) {
if (this.config.ssl === '1' || this.config.ssl === true) {
mySqlConn.ssl= { rejectUnauthorized: false };
}

Expand Down

0 comments on commit c4f93bf

Please sign in to comment.