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