Infinite Redirect for HTTPS Requests
Steps to reproduce
- Attempt to load any public GitLab Pages site via HTTPS (such as https://pages.gitlab.io).
Expected behaviour
- The page loads in the browser.
Actual behaviour
- The page sends a redirect to itself (
Location: https://pages.gitlab.io/
) repeatedly until the browser gives up with an error like "pages.gitlab.io redirected you too many times".
Environment
Observed in Chrome, Safari and CURL on MacOS 10.13.3.