-
-
Notifications
You must be signed in to change notification settings - Fork 358
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
Error sending email Error: self-signed certificate #795
Comments
Hi, setting If that's not working, perhaps the additional |
I don't have the time to look into this I'm afraid but if someone wants to test whether sending emails through an SMTP server with TLS and a self-signed certificate actually works or test whether the two possible solutions above fixes the issue that would be a welcome PR. |
Hi, this issue is important for me also, since from recent update user registration seems required. I cannot seem to bypass this even when using |
Getting also this error when trying to use our self-signed cert on port 587:
Id like to point out that we use this email server with many other apps without issue, we just always use TLS and disable cert verification. |
With latest rally version sending emails works :) |
Describe the bug
Rallly doesn't seem to support SMTP mail servers with a self-signed certificate.
I believe the code related to this is here. The behaviour is the same whether
SMTP_TLS_ENABLED
is set totrue
orfalse
.I'm not fluent in TypeScript but perhaps this could help.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Email sent to the mail server with a self-signed certificate.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: