Saturday 26 November 2016

tls.connect() doesn't work on Mac

I'm connecting to an imap server usingtls.connect({ host: 'imap.domain.com', port: 993, tls: true }) And on Mac it returns an error: "unable to verify the first certificate" but running the exact same code on Windows works without any errors.

Submitted November 26, 2016 at 06:10PM by nodenoob123

No comments:

Post a Comment