On Thu, 11 Aug 2016, Stefan Adams wrote:

> Thank you, Dan and Sebastian!!  Thanks for the link to the code line, that
> helped me to understand that my nginx config file was missing this
> directive in the server {} container for my virtual host:
> 
> proxy_set_header X-Forwarded-Proto $scheme;

Note that RFC 7239 "Forwarded HTTP Extension" suggests "Forwarded: 
proto=https" (or rather "Forwarded: .*proto=https.*").

Reply via email to