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
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?
Hosted.Sent from my iPhoneOn Nov 7, 2022, at 2:08 AM, István Soós ***@***.***> wrote:
@mprogers: are you using a local postgres instance, or a hosted one?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
#20 was created to connect to a hosted azure instance. I'd assume that with requireSsl the connection is using SSL, and while the password itself is cleartext, it is encrypted over the network, but I have zero experience with it. I'm happy to review and accept PRs if you think you can improve the current code.
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?
}
The text was updated successfully, but these errors were encountered: