mirror of
https://github.com/strapi/strapi.git
synced 2025-08-11 02:07:51 +00:00

Heroku Error: self-signed certificate SSL fix for PG '^8.0.0'. Setting SSL options to `"ssl": { "rejectUnauthorized": false }` enables SSL but does not reject self-signed certificate for Heroku deployment. The issue occurs when Heroku invokes node application but fails at SSL cert for PG ^8.0.0. Signed-off-by: Kelvin Tsoi <ktsoi@wearfigs.com>