We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56ce42f commit f43f743Copy full SHA for f43f743
src/lib/db.ts
@@ -48,7 +48,7 @@ export const init: (config: PoolConfig) => {
48
if (typeof config.ssl !== 'object') {
49
config.ssl = {}
50
}
51
- config.ssl.rejectUnauthorized = sslmode !== 'no-verify'
+ config.ssl.rejectUnauthorized = sslmode === 'verify-full'
52
53
54
0 commit comments