Open
Description
Hey all, im using nginx to terminate tls and sending through nginx all the possible forwarded-for headers
From the nginx i proxy pass to fabio on http,
My question is, will fabio change the forwarded-for-proto to http? Since it received the tarffic through http?
Since keycloak expects it to be found as https...
(It has the option to recognize that tls was terminated at reverse proxy level, but im afraid fabio might be hondering it?)
Thanks in advance!