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
I'm trying to use this connection string
DATABASE_URL=postgres://root@10.43.137.84:26257/devices?sslmode=verify-ca&sslrootcert=/cockroach-certs/ca.crt&sslcert=/cockroach-certs/client.root.crt&sslkey=/cockroach-certs/client.root.key
However when I run the sqlx CLI it returns this message:
error: error returned from database: password authentication failed for user root
Can you please let me know how could I add those options to authenticate using the certs?
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying to use this connection string
DATABASE_URL=postgres://root@10.43.137.84:26257/devices?sslmode=verify-ca&sslrootcert=/cockroach-certs/ca.crt&sslcert=/cockroach-certs/client.root.crt&sslkey=/cockroach-certs/client.root.key
However when I run the sqlx CLI it returns this message:
error: error returned from database: password authentication failed for user root
Can you please let me know how could I add those options to authenticate using the certs?
The text was updated successfully, but these errors were encountered: