Skip to content

v4.12.8 - CLI handling of SSL

Compare
Choose a tag to compare
@benjie benjie released this 20 Dec 11:18
· 9628 commits to main since this release

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 🙌