From 2e78b51213c80f997194f3c4df7d850f82f08afd Mon Sep 17 00:00:00 2001 From: Nate Shoemaker Date: Thu, 9 Oct 2025 09:24:51 -0700 Subject: [PATCH 1/2] See what happens when we disable middle box mode --- config/runtime.exs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/runtime.exs b/config/runtime.exs index a2274fb49..f24d58ed0 100644 --- a/config/runtime.exs +++ b/config/runtime.exs @@ -383,7 +383,8 @@ if config_env() == :prod do server_name_indication: String.to_charlist(System.get_env("SMTP_SERVER")), customize_hostname_check: [ match_fun: :public_key.pkix_verify_hostname_match_fun(:https) - ] + ], + middlebox_comp_mode: false ] ++ tls_opts, retries: 1 end From e8e10a9afa278146da9a23fcb5619a8d1c627a4d Mon Sep 17 00:00:00 2001 From: Nate Shoemaker Date: Thu, 9 Oct 2025 09:25:07 -0700 Subject: [PATCH 2/2] [publish]