https://bugzilla.wikimedia.org/show_bug.cgi?id=40679
--- Comment #15 from Chris Steipp <[email protected]> 2012-10-02 16:07:44 UTC --- There seems to be two related issues. Here are reproduction steps: 1) http resources when viewing a page with https: * using master from git * configure $wgServer to start with 'http:'. I'm using "http://localhost" * view any page over ssl: https://localhost/wiki/index.php/Main_Page Result: Most of the css and js resources are loaded from http urls (Chrome refuses to load them, IE gives warnings, etc) 2) Infinite redirect: * using master from git * configure $wgServer to start with 'http:' * configure $wgSecureLogin = true; * On any page, click the "Log in" link. The <a> points to an http:// url Result: Because Special:UserLogin redirects to https if it detects it is being viewed over http, you get an infinite redirect, because the Location header points to an http:// url. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- 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
