-
Notifications
You must be signed in to change notification settings - Fork 149
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
ssl handshake failure #127
Comments
I am having this issue as well. We have a server setup to receive files from vendors and 1 vendor in South Africa can never send files because this error pops up and crashes the server every time. I hope that there is a fix for this soon. |
Same issue here, any help please? the message appeared after upgrade to node 8.8.1 |
Fixed the issue by adding valid (could be self signed) certificate to mailin config:
My certificates are signed with LetsEncrypt. not sure if self signed would work, but should. |
I tried this using a .crt and .key files and had no luck. I do not know enough about the certs to fix whatever is broken in using them. The same files work just fine for the https for the app. |
okay just for anyone that might have tried @Kostanos solution to no avail, I do not know if he is using an older version of mailin, but I finally got his solution to work by removing the smtpOptions. in other words: const options = { hope this helps someone. |
I'm using the latest version of mailin available - 3.0.4:
I also found some code snippets using |
I figured you were since your orig reply was so recent. I am also using the same version. For whatever reason, I had to change the options object. Figured it might help somebody else. Thanks for your reply. |
I have no doubt or argument that his config is correct. I just wanted to point out that, for whatever reason, I could get not my app to start with a config similar to that. I had to adjust the smtp options. Just wanted to share it in case anyone else was getting the same initial results I was. I have no idea what I was doing differently outside of this config. Cheers. |
When receiving email from Yahoo I get this error message:
Ubuntu 14.04
OpenSSL 1.0.2k 26 Jan 2017
mailin version: 3.0.4
certificates are updated (
apt-get install ca-certificates
)The text was updated successfully, but these errors were encountered: