TLS InsecureSkipVerify option
This commit is contained in:
@@ -26,6 +26,7 @@ To enable any email functionality, you need to set up an email (SMTP) server con
|
||||
SMTP_HOST
|
||||
SMTP_PORT
|
||||
SMTP_TLS
|
||||
SMTP_INSECURE_SKIP_VERIFY
|
||||
SMTP_STARTTLS
|
||||
SMTP_USERNAME
|
||||
SMTP_PASSWORD
|
||||
|
||||
@@ -127,6 +127,7 @@ services:
|
||||
| smtp.login_auth | SMTP_LOGIN_AUTH | `false | enable LOGIN auth instead of PLAIN |
|
||||
| smtp.tls | SMTP_TLS | `false` | enable TLS for SMTP |
|
||||
| smtp.starttls | SMTP_STARTTLS | `false` | enable StartTLS for SMTP |
|
||||
| smtp.insecure_skip_verify | SMTP_INSECURE_SKIP_VERIFY | `false` | skip certificate verification for SMTP |
|
||||
| smtp.timeout | SMTP_TIMEOUT | `10s` | SMTP TCP connection timeout |
|
||||
| ssl.type | SSL_TYPE | none | `none`-HTTP, `static`-HTTPS, `auto`-HTTPS + le |
|
||||
| ssl.port | SSL_PORT | `8443` | port for HTTPS server |
|
||||
|
||||
Reference in New Issue
Block a user