79477369

Date: 2025-03-01 09:49:00
Score: 1
Natty:
Report link

just in case anyone is facing a issue with sslmode=require and you are using:

you will need to add an extra configuration in DataSource

    new DataSource({
    ... current configuration,
    ssl: true,
    extra: {
      ssl: {
        rejectUnauthorized: false,
      },
    },
   })

reference: https://community.neon.tech/t/cannot-connect-to-neon-database/570/7

Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Fauricio Valencia