https://bugzilla.wikimedia.org/show_bug.cgi?id=51700
Antoine "hashar" Musso <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |--- --- Comment #8 from Antoine "hashar" Musso <[email protected]> --- This is not entirely fixed. When querying the http://login.wikimedia.beta.wmflabs.org/ URL, a redirect loop is cached. Purge all pages: echo -e 'http://login.wikimedia.beta.wmflabs.org/\nhttps://login.wikimedia.beta.wmflabs.org/\nMain_Page'|mwscript purgeList.php --wiki=loginwiki Connecting to the https url yields a Location redirect to the main page: $ curl -i https://login.wikimedia.beta.wmflabs.org/ |grep Location Location: https://login.wikimedia.beta.wmflabs.org/wiki/Main_Page The http URL yields a Location redirect to the https root: $ curl -i http://login.wikimedia.beta.wmflabs.org/ |grep Location Location: https://login.wikimedia.beta.wmflabs.org/ But then the https:// is a redirect to itself: $ curl -i https://login.wikimedia.beta.wmflabs.org/ |grep Location Location: https://login.wikimedia.beta.wmflabs.org/ This is always reproducable when clearing the cache then querying the http /. -- 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 [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
