-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
Self signed certificate in certificate chain #62
Comments
@filippodicostanzo What kind of SMTP server are you using to send the emails? You can send from localhost, but you still need an SMTP server like Gmail or Mailtrap. |
gmail |
@filippodicostanzo Are you running on a local machine or on production? What's the environment? |
Local machine. Just install nuxt black Project / install your module and run nuxt |
@filippodicostanzo hmmm pretty interesting. You have a public repo I could check out? |
Note: the problem exists with Gmail and SendGrid. Happens in local development. |
@filippodicostanzo Does the problem still exist or is it resolved? Seems like it happens in other constellations too and I'd like to reproduce it. |
I want to know does the problem from me or from Gmail or sendgrid? |
I've tried a send mail in localhost with nuxt-mail and axios replies with this error
"self signed certificate in certificate chain"
how to resolve?
The text was updated successfully, but these errors were encountered: