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
A working fix was proposed and shot down here: #22084
The PR thread contains tons of good context and discussion about the problem, and why I think it was the right fix.
Hopefully useful if anyone wants to pick this issue up.
The text was updated successfully, but these errors were encountered:
Steps to reproduce
Expected behaviour
.htaccess should redirect to HTTPS URLs when x-forwarded-proto header is https.
Actual behaviour
Instead, .htaccess always redirect to HTTP urls today, since it doesn't respect the x-forwarded-proto header.
Server configuration
RancherOS
Custom Reverse Proxy
MariaDB, Redis
nextcloud:18.0.3-apache docker image, freshly install.
Chrome Browser
A working fix was proposed and shot down here: #22084
The PR thread contains tons of good context and discussion about the problem, and why I think it was the right fix.
Hopefully useful if anyone wants to pick this issue up.
The text was updated successfully, but these errors were encountered: