https://bugzilla.wikimedia.org/show_bug.cgi?id=31369
MZMcBride <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |--- --- Comment #63 from MZMcBride <[email protected]> --- (In reply to comment #22, comment #23, and comment #51) > Test cases > > * https://mediawiki.org > * https://wikimedia.org > * https://wikipedia.org > * https://www.wikisource.org > * https://www.wikimediafoundation.org > * https://wiktionary.org > * https://wikiquote.org > * https://wikinews.org > * https://wikivoyage.org > * https://dk.wikipedia.org > * https://wikibooks.org > * https://textbook.wikipedia.org > * https://aa.wikiversity.com > * https://quote.wikipedia.org > * https://wikimania.wikimedia.org This issue isn't fully fixed. CORRECT (HTTPS --> HTTPS): $ curl -Is "https://mediawiki.org" | grep Location Location: https://www.mediawiki.org/ $ curl -Is "https://www.wikimediafoundation.org" | grep Location Location: https://wikimediafoundation.org/ $ curl -Is "https://dk.wikipedia.org" | grep Location Location: https://da.wikipedia.org/ (Though I'm not sure why dk redirects to da... assuming that's deliberate.) $ curl -Is "https://quote.wikipedia.org" | grep Location Location: https://en.wikiquote.org/ $ curl -Is "https://textbook.wikipedia.org" | grep Location Location: https://www.wikibooks.org/ $ curl -Is "https://wikimania.wikimedia.org" | grep Location Location: https://wikimania2014.wikimedia.org/ INCORRECT (HTTPS --> HTTP): $ curl -Is "https://wikimedia.org" | grep Location Location: http://www.wikimedia.org/ $ curl -Is "https://wikipedia.org" | grep Location Location: http://www.wikipedia.org/ $ curl -Is "https://www.wikisource.org" | grep Location Location: http://wikisource.org/ $ curl -Is "https://wiktionary.org" | grep Location Location: http://www.wiktionary.org/ $ curl -Is "https://wikiquote.org" | grep Location Location: http://www.wikiquote.org/ $ curl -Is "https://wikinews.org" | grep Location Location: http://www.wikinews.org/ $ curl -Is "https://wikivoyage.org" | grep Location Location: http://www.wikivoyage.org/ $ curl -Is "https://wikibooks.org" | grep Location Location: http://www.wikibooks.org/ PROBABLY IRRELEVANT: $ curl -I "https://aa.wikiversity.com" curl: (51) SSL peer certificate or SSH remote key was not OK -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
