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

[BUG] Error sending emailError: self signed certificate #31

Closed
51CGO opened this issue Feb 23, 2023 · 0 comments
Closed

[BUG] Error sending emailError: self signed certificate #31

51CGO opened this issue Feb 23, 2023 · 0 comments
Labels
bug Something isn't working v1.1.0

Comments

@51CGO
Copy link

51CGO commented Feb 23, 2023

What is the bug?

It seems that if the SMTP server uses self-signed certificate, reporting-cli refuses to send the message:

The report is downloaded
Error sending emailError: self signed certificate

How can one reproduce the bug?

Use reporting to generate a report and send it to an SMTP server that uses a slef-signed certificate.

What is the expected behavior?

There should be an argument to bypass this check. Many companies uses self-signed certificates so they won't be able to use the mail functionality.

What is your host/environment?

RHEL8

Do you have any screenshots?

N/A

Do you have any additional context?

N/A

Fix

For my needs, I made this patch but there should be a command-line option to enable this behaviour.
email-helpers.js.patch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working v1.1.0
Projects
None yet
Development

No branches or pull requests

3 participants