From 51fd63cf2416bfe5dd068733de0d1efe2df20a88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Sun, 9 Nov 2025 07:38:01 +0100 Subject: [PATCH] test: disable SMTP TLS encryption to bypass certificate validation --- asciinema/compose.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/asciinema/compose.yaml b/asciinema/compose.yaml index d19c4ac..9996700 100644 --- a/asciinema/compose.yaml +++ b/asciinema/compose.yaml @@ -18,8 +18,7 @@ services: SMTP_PORT: 587 SMTP_USERNAME: ${EMAIL_SMTP_USER} SMTP_PASSWORD: ${EMAIL_SMTP_PASSWORD} - SMTP_TLS: if_available - SMTP_SSL: false + SMTP_TLS: never MAIL_FROM_ADDRESS: ${EMAIL_FROM} SIGN_UP_DISABLED: ${ASCIINEMA_SIGN_UP_DISABLED:-false} DEFAULT_AVATAR: gravatar