From 6124229f85fadf4679349fb733630fb72e22676b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Sun, 9 Nov 2025 07:49:10 +0100 Subject: [PATCH] fix: specify TLS versions for SMTP connection --- asciinema/compose.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/asciinema/compose.yaml b/asciinema/compose.yaml index bd30738..e88595d 100644 --- a/asciinema/compose.yaml +++ b/asciinema/compose.yaml @@ -18,6 +18,7 @@ services: SMTP_FROM_ADDRESS: ${EMAIL_FROM} SMTP_PORT: 587 SMTP_TLS: always + SMTP_ALLOWED_TLS_VERSIONS: tlsv1.2,tlsv1.3 SIGN_UP_DISABLED: ${ASCIINEMA_SIGN_UP_DISABLED:-false} DEFAULT_AVATAR: gravatar labels: