-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERR_TOO_MANY_REDIRECTS with HTTPS = 'On' #3155
Comments
Thanks. I will test the fix and let you know. |
This patch disappeared in the latest version of Grav. Please return it back ;-) |
UPD: the front-end works, the admin panel gets endless redirects. then the admin panel is loading correctly. |
You cannot just manually patch the files, every update removes all your changes. Please create a new issue about the admin redirect and try to provide more information about your setup. |
Sorry, but I have no idea what additional information can be provided from my side. |
It looks like your server isn't using HTTPS then, or fails to report on that. Do you have some kind of proxy setup? |
Ok, there was another issue in admin. Thanks! |
Hello,
We have a hosting that has server
HTTPS
var set asOn
instead ofon
. These produces the loop redirect with ERR_TOO_MANY_REDIRECTS as a final error. The dirty fix is to set$_SERVER['HTTPS'] = 'on'
to theindex.php
, but I am sure it is too dirty :)The text was updated successfully, but these errors were encountered: