fix: add SMTP_TLS_REJECT_UNAUTHORIZED for Mailcow self-signed cert
Infisical's SMTP client has its own TLS validation separate from NODE_TLS_REJECT_UNAUTHORIZED. Mailcow uses a self-signed cert which caused signup to fail with "self-signed certificate" error. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
ced6b1f49f
commit
44357ba0a7
|
|
@ -29,6 +29,7 @@ services:
|
|||
- SMTP_FROM_NAME=rSpace Secrets
|
||||
- SMTP_USERNAME=noreply@rmail.online
|
||||
- SMTP_PASSWORD=${SMTP_PASSWORD}
|
||||
- SMTP_TLS_REJECT_UNAUTHORIZED=false
|
||||
- NODE_TLS_REJECT_UNAUTHORIZED=0
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
|
|
|
|||
Loading…
Reference in New Issue