mirror of
https://github.com/wekan/wekan.git
synced 2026-02-27 10:24:07 +01:00
Updated Troubleshooting Mail (markdown)
parent
d8f15e8beb
commit
de41461957
1 changed files with 1 additions and 0 deletions
|
|
@ -111,6 +111,7 @@ 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. Ways to remedy to this are (by order of preference):
|
||||
* disable TLS on your SMTP server. For postfix juste add "smtpd_user_tls = no" to main.cf. !!! Unless doing this, wekan will try to connect with STARTTLS !!!
|
||||
* to get a certificate from a CA, or
|
||||
* to add "?tls={rejectUnauthorized:false}" to the end of the [MAIL_URL environment variable](https://nodemailer.com/smtp/), or
|
||||
* to add "?ignoreTLS=true" to the end of the [MAIL_URL environment variable](https://nodemailer.com/smtp/), or
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue