You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This was just creating a redirect loop on my forum ... We just upgraded to use Caddy as a reverse Proxy.
For sure, the PHP-Script thinks that it is an http-Request, even though it is https from the outside ... I think $_SERVER["HTTP_X_FORWARDED_PROTO"] (if set) should be valued more than the internal https-status. I also think that this should be labeled as bug.
currently the redirect forces users to (not) use https depending on the bburl setting
there should be a setting to make it ignore https status so users can choose themselves whether they want to use https or not.
The text was updated successfully, but these errors were encountered: