Skip to content
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

Admin page reload every second when Owncloud thinks it's running without HTTPS #24293

Closed
SudoHenk opened this issue Apr 26, 2016 · 3 comments
Closed
Assignees
Labels
Milestone

Comments

@SudoHenk
Copy link

Steps to reproduce

  1. Use Owncloud without SSL and go the admin page.
  2. Or use a reverse proxy without proper headers.

Actual behaviour

Admin page keeps reloading every second. Same as reported in #22977

Server configuration

Operating system:
Newest Docker image with Nginx as reverse proxy.

ownCloud version: (see ownCloud admin page)
9.0.1
Updated from an older ownCloud or fresh install:
Just Updated

I don't know if this issue is the same as previous mentioned issues, but I've figured out that the refresh in 9.0.1 explicitly is caused by the Security Notice on the admin page about missing HTTPS usage.

Once i've set the correct headers in my reverse proxy (since I was using HTTPS), the problem went away.

This is what i've added in Nginx:

proxy_set_header  X-Forwarded-Proto https;
proxy_set_header  X-Forwarded-Ssl   on;
@LukasReschke LukasReschke self-assigned this Apr 27, 2016
@LukasReschke LukasReschke added this to the 9.0.2-current-maintenance milestone Apr 27, 2016
@PVince81
Copy link
Contributor

PVince81 commented May 2, 2016

Likely an env issue, moving to 9.0.3 as it would still be good to find out what is going on

CC @cmonteroluque

@PVince81 PVince81 modified the milestones: 9.0.3-next-maintenance, 9.0.2-current-maintenance May 2, 2016
@PVince81
Copy link
Contributor

PVince81 commented Jun 2, 2016

Closing as duplicate of #24309

@PVince81 PVince81 closed this as completed Jun 2, 2016
@lock
Copy link

lock bot commented Aug 4, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Aug 4, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants