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
{{ message }}
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.
Hi.
When i try to connect doesn't work and always return this error for me
E 0:00:00.967 call: [PostgreSQLClient:1197] The connection attempt failed. The backend does not want to establish a secure SSL/TLS connection.
<C++ Source> modules/gdscript/gdscript_functions.cpp:803 @ call()
PostgreSQLClient.gd:325 @ poll()
SelectFromDB.gd:36 @ _process()
i try do this to database.connect_to_host("postgresql://%s:%s@%s:%d/%s?ssl=true" % [user, password, host, port, databaseConection]) but doesnt work
The text was updated successfully, but these errors were encountered:
The error you go up has been fixed. I am working on AuthenticationSASL support so expect some bugs. I haven't finished putting up with it yet. You can re-download, my apologies. Going back to the problem on the secure connection, it will appear that you have not configured your backend to accept them. See similar problem: #20
Hi.
When i try to connect doesn't work and always return this error for me
E 0:00:00.967 call: [PostgreSQLClient:1197] The connection attempt failed. The backend does not want to establish a secure SSL/TLS connection.
<C++ Source> modules/gdscript/gdscript_functions.cpp:803 @ call()
PostgreSQLClient.gd:325 @ poll()
SelectFromDB.gd:36 @ _process()
i try do this to database.connect_to_host("postgresql://%s:%s@%s:%d/%s?ssl=true" % [user, password, host, port, databaseConection]) but doesnt work
The text was updated successfully, but these errors were encountered: