You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
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?
The text was updated successfully, but these errors were encountered: