N
Novu•12mo ago
vindos

Custom smtp usage issue

Hey, guys it there any solution for the problem wrong version number while custom smtp usage?

{
"library": "SSL routines",
"function": "ssl3_get_record",
"reason": "wrong version number",
"code": "ESOCKET",
"command": "CONN"
}

{
"library": "SSL routines",
"function": "ssl3_get_record",
"reason": "wrong version number",
"code": "ESOCKET",
"command": "CONN"
}
9 Replies
madd
madd•12mo ago
hello @vindos Do you use some custom TLS options in custom smtp options?
vindos
vindos•12mo ago
At first no, but tried "ciphres": "SSLv3" and "rejectUnauthorized": false, it does not help 😦
Novu_Bot
Novu_Bot•12mo ago
@vindos, you just advanced to level 1!
vindos
vindos•12mo ago
Tried to connect like this, server supports STARTTLS
"port": "25",
"secure": false,
"ignoreTls": false,
"requireTls": true,
"tlsOptions": {"rejectUnauthorized": false, "ciphres": "SSLv3"}
"port": "25",
"secure": false,
"ignoreTls": false,
"requireTls": true,
"tlsOptions": {"rejectUnauthorized": false, "ciphres": "SSLv3"}
madd
madd•12mo ago
@vindos Do you use correct port?
vindos
vindos•12mo ago
Resolved after update to 0.16 version
Tomer Barnea
Tomer Barnea•12mo ago
@vindos thanks for the update 🙂
Pawan Jain
Pawan Jain•12mo ago
@vindos Are you self hosting Novu?
vindos
vindos•12mo ago
yep