https://bugzilla.wikimedia.org/show_bug.cgi?id=60488

       Web browser: ---
            Bug ID: 60488
           Summary: Redirect loop accessing the non-SSL root URL for
                    logstash.wikimedia.org
           Product: Wikimedia
           Version: wmf-deployment
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Logstash
          Assignee: wikibugs-l@lists.wikimedia.org
          Reporter: bda...@wikimedia.org
                CC: aschulz4...@gmail.com, bda...@wikimedia.org,
                    g...@wikimedia.org, o...@wikimedia.org
    Classification: Unclassified
   Mobile Platform: ---

Several users have reported seeing a redirect loop error page when attempting
to access http://logstash.wikimedia.org. Using the https protocol seems to
correct the issue.

I have personally not been able to recreate the redirect loop in my browser,
but I can recreate it using curl from the command line:

    curl -v -L http://logstash.wikimedia.org

Expected:
* GET / HTTP/1.1
* 301 Moved Permanently; Location: https://logstash.wikimedia.org/
* GET / HTTP/1.1
* 401 Authorization Required

Got:
* GET / HTTP/1.1
* 301 Moved Permanently; Location: https://logstash.wikimedia.org/
* GET / HTTP/1.1
* 301 Moved Permanently; Location: https://logstash.wikimedia.org/
* ...


Behavior seems to be intermittent. During testing to file this bug I could
recreate the looping behavior for several requests in a row followed by several
proper redirects followed again by several redirect loops. This seems to
indicate that a single node in a load balanced cluster is misbehaving.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to