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: Sources/PostgreSQL/Connection/PostgreSQLConnection.swift
+1-1
Original file line number
Diff line number
Diff line change
@@ -137,7 +137,7 @@ public final class PostgreSQLConnection: DatabaseConnection, BasicWorker {
137
137
throwPostgreSQLError(identifier:"SSL support check", reason:"Unsupported message encountered during SSL support check: \(message).", source:.capture())
138
138
}
139
139
guard response ==.supported else{
140
-
throwPostgreSQLError(identifier:"SSL support check", reason:"tlsConfiguration given in PostgresSQLConfiguration, but SSL connection not supported by PostgreSQL server", source:.capture())
140
+
throwPostgreSQLError(identifier:"SSL support check", reason:"tlsConfiguration given in PostgresSQLConfiguration, but SSL connection not supported by PostgreSQL server.", source:.capture())
0 commit comments