The problem for me was resolved by changing the ALB listener to HTTPS.
This is because even though i was setting X-Forwarded-Proto to https at nginx layer, the AWS ALB strips that away if your using an http listener.
The problem for me was resolved by changing the ALB listener to HTTPS.
This is because even though i was setting X-Forwarded-Proto to https at nginx layer, the AWS ALB strips that away if your using an http listener.