I have installed Redash V10 on AWS ECS Fargate with the Postgresql database in RDS and Redis in ElastiCache. The ‘server’ process starts without any errors. When I try to connect to it using curl, I receive the “Empty reply from server” error.
After adding Datadog APM, I was able to track down the issue to a connection issue with Redis. Once I recreated the Redis cluster without transit encryption, the connection succeeded.