You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2021/07/28 00:52:00 UTC

[GitHub] [druid] himanshug edited a comment on pull request #11502: Adding custom callback url for pac4j config to support ssl termination at ELB

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: commits-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org