Skip to content

Instantly share code, notes, and snippets.

View lokialice's full-sized avatar
🎯
Focusing

Hoàng Phi lokialice

🎯
Focusing
View GitHub Profile
@zmts
zmts / knex_ssl.md
Last active September 3, 2023 23:21
Can't connect to PostgreSQL. SSL error with Nodejs/Knexjs (Digital ocean)

Can't connect to PostgreSQL. SSL error with Nodejs/Knexjs (Digital ocean)

Issues:

Case 1

{
  client: 'pg',
  connection: {
    host: process.env.DB_HOST,
    port: process.env.DB_PORT,