Ankit Kumar Sharma
Results
1
comments of
Ankit Kumar Sharma
If anyone else is starting out here and getting the same error, simple remove ``` ssl: { mode: 'VERIFY_IDENTITY', ca: fs.readFileSync('/etc/ssl/cert.pem', 'utf-8'), } ``` from **src/configs/db.config.js** Hope it will solve...