https://github.com/ditesh/node-poplib/commit/7a73309ba9c1fc0921eb511ded81b86e87976445 this commit overwrote the changes that allowed to pass more options to tls module like key, cert, ca etc which can be used to deal with self-signed SSL certificates. Instead we're now forced to turn off certificate verfication using rejectUnauthorised option. Please fix this asap
https://github.com/ditesh/node-poplib/commit/7a73309ba9c1fc0921eb511ded81b86e87976445 this commit overwrote the changes that allowed to pass more options to tls module like key, cert, ca etc which can be used to deal with self-signed SSL certificates. Instead we're now forced to turn off certificate verfication using rejectUnauthorised option. Please fix this asap