Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UNABLE_TO_GET_ISSUER_CERT_LOCALLY #705

Closed
cawoodm opened this issue Dec 5, 2016 · 0 comments
Closed

UNABLE_TO_GET_ISSUER_CERT_LOCALLY #705

cawoodm opened this issue Dec 5, 2016 · 0 comments

Comments

@cawoodm
Copy link

cawoodm commented Dec 5, 2016

Nodemailer 1.3.0 (with node 4.2.6, Win7 64bit) is failing to send mails with:

[Error: unable to get local issuer certificate] code: 'UNABLE_TO_GET_ISSUER_CERT_LOCALLY'

SMTP is otherwise working fine and does not require SSL.

We do have a system web proxy and I have tried configuring that ( proxy: 'http://localhost:8888/',) to no betterment.

SSL seems OK:

C:\>openssl s_client -connect smtp.live.com:587 -starttls smtp
connect: No error
connect:errno=0

Configuration:

{
  pool: true,
  host: 'smtp.mydomain.com',
  port: 25,
  secure: false
}
@andris9 andris9 closed this as completed Jan 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants