himanshug edited a comment on pull request #11502:
URL: https://github.com/apache/druid/pull/11502#issuecomment-887928177


   hmmm, I had exactly same setup and things used to work fine.
   
   My guess is that ELB, in your case, has one or more of following issues...
   
   - Not preserving the original "Host" header of the original/upstream request
   - Not adding the correct "X-Forwarded-Proto" and "X-Forwarded-Port" headers 
to the downstream request (i.e. protocol/https and port on ELB which receives 
original request)
   
   can you check the headers on request when you receive them in the Druid 
process and see if above are present and correct?
   
   If above are set, then my memory is probably not serving me correctly :)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to