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.
2 parents 88da148 + 6937a24 commit d8c7005Copy full SHA for d8c7005
packages/pg/lib/connection-parameters.js
@@ -34,6 +34,8 @@ var useSsl = function () {
34
case 'verify-ca':
35
case 'verify-full':
36
return true
37
+ case 'no-verify':
38
+ return { rejectUnauthorized: false }
39
}
40
return defaults.ssl
41
0 commit comments