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
On Linux, we currently look for the SSL certificate under ~/postgresql/postgresql.cert, but libpq looks for it under ~/.postgresql/postgresql.cert (note the dot). Same for the root certificate (PG docs).
On Linux, we currently look for the SSL certificate under ~/postgresql/postgresql.cert, but libpq looks for it under ~/.postgresql/postgresql.cert (note the dot). Same for the root certificate (PG docs).