From d42a52955ed796c1dfb424914bcfd3289c516345 Mon Sep 17 00:00:00 2001 From: Mathieu Parent Date: Tue, 5 Sep 2017 14:47:12 +0200 Subject: [PATCH] Add StartTLS workaround --- Troubleshooting-Mail.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Troubleshooting-Mail.md b/Troubleshooting-Mail.md index 298790e..9a4ea29 100644 --- a/Troubleshooting-Mail.md +++ b/Troubleshooting-Mail.md @@ -70,7 +70,10 @@ wekan_1 | at Error (native) ``` ### Self-signed Certificate -Unfortunately at this stage, WeKan does not support self-signed certificates. You will see the following error if your SMTP server is using a self-signed certificate. The only ways to remedy this are to either get a certificate from a CA, or remove the TLS certificate completely. +Unfortunately at this stage, WeKan does not support self-signed certificates. You will see the following error if your SMTP server is using a self-signed certificate. Ways to remedy to this are: +* to add "?ignoreTLS=true" to the end of the [MAIL_URL environment variable](https://nodemailer.com/smtp/), or +* to either get a certificate from a CA, or +* to remove the TLS certificate completely. ``` wekan_1 | Exception while invoking method 'forgotPassword' Error: 139872240588608:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol:../deps/openssl/openssl/ssl/s23_clnt.c:794: