Append ssl*
arguments to the connection string like so.
psql 'postgres://...?sslmode=verify-full&sslrootcert=system'
Oct 15, 20231 min read
Append ssl*
arguments to the connection string like so.
psql 'postgres://...?sslmode=verify-full&sslrootcert=system'