[15:42:56] Got an interesting problem. Ever since we upgraded to 1.43.0 up from 1.39, we've been having a problem where edits sometimes don't show up in the Recent Changes. I don't even know where to begin debugging that. Is it a known problem? [16:01:38] I haven't heard anything [16:02:14] https://phabricator.wikimedia.org/project/view/6911/ [16:08:29] jfolv: be sure you're logging errors. Check MediaWiki error logs, since this is probably a buggy extension causing an exception on page save, causing it to not generate the recent changes entry, since it's created at the very end of the request [16:31:24] Vulpix: But wouldn't that cause the user to see an error? I did go ahead and turn on the debug log file, by the way, but it just seems strange that something would error out with no notification to the user. [17:44:57] jfolv: no, mediawiki sends the entire HTML to the client, closes the connection, and then does more stuff to prevent the client from waiting. But of course, there will be no error seen [19:40:19] Is there any support for X.509 client authentication in MediaWiki? [19:42:00] that's generally something you specify on the web server level and not in mediawiki directly, but it should be possible to integrate that with https://www.mediawiki.org/wiki/Extension:Auth_remoteuser for example [19:44:06] 500 [19:45:52] Does any MediaWiki server support such a thing and support the accounts on their servers also being used on other servers by this way?