v4.12.8 - CLI handling of SSL
Give the CLI the ability to leverage the rejectUnauthorized: false
option to pg
's ssl
option when using ?ssl=no-verify
on your PostgreSQL connection string. Thanks to @maximsmol for tracking this down and fixing it 🙌