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

SMTP Emails are not working after an upgrade from 2.3 -> 2.4 #5

Open
freddyvega opened this issue Jul 5, 2016 · 1 comment
Open

Comments

@freddyvega
Copy link

Sending email with Test Result link does not work on a system that had 2.3 installed and then was upgraded to 2.4
The following is displayed in the server log:
{"message":"101057795:error:14082174:SSL routines:ssl3_check_cert_and_algorithm:dh key too small:openssl\ssl\s3_clnt.c:3615:\n","stack":"Error: 101057795:error:14082174:SSL routines:ssl3_check_cert_and_algorithm:dh key too small:openssl\ssl\s3_clnt.c:3615:\n\n at Error (native)","stage":"starttls","level":"info","timestamp":"2016-06-23T16:41:11.372Z"}

Did something change in the implementation of SMTP emails between the two versions?

@freddyvega
Copy link
Author

If I launch RHQ using downgraded cyphers:
node --tls-cipher-list="EXP-EDH-RSA-DES-CBC-SHA" app.js
(see [http://stackoverflow.com/questions/35984308/node-js-openssl-error-dh-key-too-small])

Then SMTP emails are correctly sent. Still trying to figure out if the change was in RHQ's implementation or my SMTP servers.

freddyvega pushed a commit to freddyvega/RedwoodHQ that referenced this issue Jan 22, 2018
…Snaphots-to-api

add UI Snapshots to remote execution (CLI and REST API) and refactor …
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

1 participant