When you visit https://meet.wmflabs.org it redirects you to https://meet.wmflabs.org/ which then tries to redirect you to https://meet.wmflabs.org/ and causes a redirect loop
It should instead redirect to https://meet.wmcloud.org/
Nintendofan885 | |
Aug 29 2020, 2:20 PM |
F32200215: image.png | |
Aug 30 2020, 12:28 AM |
When you visit https://meet.wmflabs.org it redirects you to https://meet.wmflabs.org/ which then tries to redirect you to https://meet.wmflabs.org/ and causes a redirect loop
It should instead redirect to https://meet.wmcloud.org/
This is way more complicated than it seems to fix :/
Will I succeed? Will I fail and give up? Stay tuned!
maybe you can look for an X-Forwarded-Proto: https header which I think the proxy should be setting? if it's set then treat the request as if you would on port 443, if it's not set than issue redirect?
edit: actually, is it just trying to catch all port 80 requests and redirect them to https://$server_name ? if so what if you hardcode the correct server name?
edit: actually, is it just trying to catch all port 80 requests and redirect them to https://$server_name ? if so what if you hardcode the correct server name?
That was a genius idea. Done. This is fixed now.