Hi All,
Does someone run BW with SMTP email settings?
I run my own mailserver for years now. Work perfect.
But can’t let BW let work with my email settings. All the time errors etc.
SSL Certs are from LetsCrypt.
Is there a way how to fix this?
[2020-10-26 18:23:40][request][INFO] POST /admin/test/smtp/
[2020-10-26 18:23:40][error][ERROR] LetreErr.
[CAUSE] Io(
Custom {
kind: Other,
error: Failure(
Ssl(
Error {
code: ErrorCode(
1,
),
cause: Some(
Ssl(
ErrorStack(
[
Error {
code: 336130315,
library: "SSL routines",
function: "ssl3_get_record",
reason: "wrong version number",
file: "../ssl/record/ssl3_record.c",
line: 332,
},
],
),
),
),
},
X509VerifyResult {
code: 0,
error: "ok",
},
),
),
},
)
[2020-10-26 18:23:40][response][INFO] POST /admin/test/smtp (test_smtp) => 400 Bad Request
When try different settings:
[2020-10-26 18:32:36][error][ERROR] LetreErr.
[CAUSE] Io(
Custom {
kind: Other,
error: Failure(
Ssl(
Error {
code: ErrorCode(
1,
),
cause: Some(
Ssl(
ErrorStack(
[
Error {
code: 337047686,
library: "SSL routines",
function: "tls_process_server_certificate",
reason: "certificate verify failed",
file: "../ssl/statem/statem_clnt.c",
line: 1915,
},
],
),
),
),
},
X509VerifyResult {
code: 18,
error: "self signed certificate",
},
),
),
},
)
[2020-10-26 18:32:36][response][INFO] POST /admin/test/smtp (test_smtp) => 400 Bad Request