force_ssl_login produces redirect chain #2073
Closed
Labels
Milestone
Comments
Hmm, forget the last line - that header should only be relevant in proxy setups |
Your nginx configuration doesn't appear to set the HTTPS environment variable (which PHP looks for in
|
Thank you! That helped! |
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am running piwik on nginx with php-fpm and I have configured a vhost for port 80 and one for 443. Both work just fine and I am able to login and use piwik via https.
However if I enable "force_ssl_login" Safari throws a "Too many redirects" error.
When using curl -k -v https://my-host.com/ I'm getting another
HTTP/1.1 302 Moved Temporarily
Location: https://my-host.com/
Is there maybe a header that is missing like X-FORWARDED-PROTO?
Keywords: ssl
The text was updated successfully, but these errors were encountered: