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 was 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