Update: Thanks to everyone who commented to point out that this was fixed. We were all so focussed on Poodle that we only applied the fixes to the servers that serve HTML. Turns out that IBM Domino 9.0.1 FIX PACK 3 is a good fix to have on all of your servers. KILLER AGENTS ! Just a fun tidbit we discovered today (fortunately on the test, rather than the production server). It seems that bug has been introduced in from Domino 9.0.1 which doesn't like having the agent manager restarted. Specifically, via the commands; TELL AMGR QUIT and LOAD AMGR Under normal use, you'd probably have no reason to issue those commands on your server console but if you had a runaway agent or if you were testing/debugging, you might. Shortly after agent manager loads (in our case, in under 10 seconds), the server will start to report things like; AMgr: Console command 'LOG.NSF' is unknown AMgr: Console command 'admin4.NSF' is unknown The actua...