Closed
Description
This only seems to work if I set allowClearTextPassword to true - otherwise I get this error message -- type 3 connections disabled. Set AllowClearTextPassword flag on PostgreSQLConnection to enable this feature.
I can't really, in 2022, send clear text anything. Any ideas?
databaseConnection = PostgreSQLConnection(widget.databaseHost, widget.databasePort, widget.databaseName,
queryTimeoutInSeconds: 3600,
timeoutInSeconds: 3600,
username: widget.userName,
password: widget.password,
useSSL: true,
allowClearTextPassword: true);
}
Metadata
Metadata
Assignees
Labels
No labels