Skip to content

Requires allowClearTextPassword set to true?? #71

Closed
@mprogers

Description

@mprogers

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions