We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ssl
rejectUnauthorized: false
Pool
ConnectionPool
1 parent f4cb4e3 commit b275c8fCopy full SHA for b275c8f
1 file changed
src/database/ConnectionPool.ts
@@ -7,6 +7,7 @@ export class ConnectionPool {
7
const connectionString = this.getConnectionString();
8
this._pool = new Pool({
9
connectionString,
10
+ ssl: { rejectUnauthorized: false },
11
});
12
}
13
@Catch({
0 commit comments