https://bugzilla.wikimedia.org/show_bug.cgi?id=43583
Antoine "hashar" Musso <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Web browser|--- |Internet Explorer Resolution|FIXED |WONTFIX --- Comment #5 from Antoine "hashar" Musso <[email protected]> --- The server uses a certification per domain (mediawiki.org or wikimedia.org. The entries 'integration' points to the same IP address on which Apache is listening. To find out which hostname is actually requested, the web client and server uses the Server Name Indication system http://en.wikipedia.org/wiki/Server_Name_Indication . The system is not implemented for Internet Explorer under Windows XP: http://blogs.msdn.com/b/ieinternals/archive/2009/12/07/certificate-name-mismatch-warnings-and-server-name-indication.aspx So either: - get a more recent OS - use a different web browser - accept the certificate (I guess that would work) The only possible fix would be to have two different public IP address on the continuous integration host, one address per domain. We are never going to do that. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
