You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/pg-connection-string/index.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -210,7 +210,7 @@ function deprecatedSslModeWarning(sslmode) {
210
210
if(!deprecatedSslModeWarning.warned){
211
211
deprecatedSslModeWarning.warned=true
212
212
emitWarning(`SECURITY WARNING: The SSL modes 'prefer', 'require', and 'verify-ca' are treated as aliases for 'verify-full'.
213
-
In the next major version (v3.0.0), these modes will adopt standard libpq semantics, which have weaker security guarantees.
213
+
In the next major version (pg-connection-string v3.0.0 and pg v9.0.0), these modes will adopt standard libpq semantics, which have weaker security guarantees.
214
214
215
215
To prepare for this change:
216
216
- If you want the current behavior, explicitly use 'sslmode=verify-full'
0 commit comments