lol
1diff --git a/config/environments/production.rb b/config/environments/production.rb
2index 6b73c82e9d..0cefea6fc0 100644
3--- a/config/environments/production.rb
4+++ b/config/environments/production.rb
5@@ -32,5 +32,6 @@ Discourse::Application.configure do
6 user_name: GlobalSetting.smtp_user_name,
7 password: GlobalSetting.smtp_password,
8 authentication: GlobalSetting.smtp_authentication,
9+ ca_file: "/etc/ssl/certs/ca-certificates.crt",
10 enable_starttls_auto: GlobalSetting.smtp_enable_start_tls,
11 open_timeout: GlobalSetting.smtp_open_timeout,
12 read_timeout: GlobalSetting.smtp_read_timeout