I am running a .NET 5.0 application on Elastic Beanstalk I have a frontend listener on port 443, with an ssl certificate that works fine. However in my .NET code if i check the X-Forwarded-Proto header it is always set to "http" even though the client sent the request over https ( which worked fine )
Any ideas what might be going on ?