[SOLVED] SSL on Elastic Beanstalk Returns 408 / Times Out

I’ve got a met abase app, and when I visit the URL over https, the request times out, but the cert looks OK.
The response is a white page with the status code of 408.

Here’s the info:
URL: http://snap-analytics.cs10.org
Metabase: 0.30.1
SSL: from AWS
Using ELB+EC2 default setup, with pg RDS.
Environment variables: I’ve set NGINX_SERVER_NAME to snap-analytics.CS10.org, and NGINX_FORCE_SSL is unset until I get this working.
ELB has ports 80 and 443 mapped and available.
This was a newly setup application on AWS, though I’ve migrated the DB from a Heroku installation.

So far I’ve checked all the logs, and can’t find any errors. :frowning:

Any ideas?

Solved: https://github.com/metabase/metabase/issues/8489