From 92430dab93d2a7f11f561dad3dc928cc62545cd6 Mon Sep 17 00:00:00 2001 From: Ryan W Date: Sat, 30 Sep 2023 19:21:50 -0700 Subject: [PATCH] disable force_ssl as a test to fix Render startup failures --- config/environments/production.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environments/production.rb b/config/environments/production.rb index 8007b87..305ca52 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -51,7 +51,7 @@ Rails.application.configure do # config.assume_ssl = true # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies. - config.force_ssl = true + config.force_ssl = false # Log to STDOUT by default config.logger = ActiveSupport::Logger.new(STDOUT)