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
When I tried using PostgreSQL(), I got the error:
"RPosgreSQL error: could not connect neondb_owner@myhost:5432 on dbname "neondb": ERROR: connection is insecure (try using sslmode=require)"
This kept happening no matter how I attempted to manage the sslmode issue. Which is why I tried Postgres()
The text was updated successfully, but these errors were encountered:
I don't know how to produce a reprex without username and password...
I'm running the code below, and it's outputting the word "Error:"
No explanation.
Version 1.4.7
When I tried using PostgreSQL(), I got the error:
"RPosgreSQL error: could not connect neondb_owner@myhost:5432 on dbname "neondb": ERROR: connection is insecure (try using
sslmode=require
)"This kept happening no matter how I attempted to manage the sslmode issue. Which is why I tried Postgres()
The text was updated successfully, but these errors were encountered: