<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
  xmlns:atom="http://www.w3.org/2005/Atom"
  xmlns:content="http://purl.org/rss/1.0/modules/content/"
  xmlns:dc="http://purl.org/dc/elements/1.1/">

  <channel>
    <title>Ops Postmortem</title>
    <link>https://www.opspostmortem.com/</link>
    <description>Short, blameless postmortems of real IT failures — what broke, which assumption was wrong, and what to do instead. Operator-grade. Under 3 minutes.</description>
    <language>en-us</language>
    <copyright>© 2026 Ops Postmortem</copyright>
    <managingEditor>contact@opspostmortem.com (Ops Postmortem)</managingEditor>
    <webMaster>contact@opspostmortem.com (Ops Postmortem)</webMaster>
    <lastBuildDate>Thu, 26 Mar 2026 00:00:00 +0000</lastBuildDate>
    <ttl>1440</ttl>

    <image>
      <url>https://www.opspostmortem.com/logo.png</url>
      <title>Ops Postmortem</title>
      <link>https://www.opspostmortem.com/</link>
      <width>256</width>
      <height>256</height>
    </image>

    <atom:link href="https://www.opspostmortem.com/feed.xml"
               rel="self"
               type="application/rss+xml" />

    <!-- Episodes go here — add one <item> block per episode when published -->
    <!--
    <item>
      <title>Episode title — the wrong assumption</title>
      <link>https://www.opspostmortem.com/episodes/episode-slug/</link>
      <guid isPermaLink="true">https://www.opspostmortem.com/episodes/episode-slug/</guid>
      <pubDate>Mon, 01 Jan 2026 00:00:00 +0000</pubDate>
      <dc:creator>Ops Postmortem</dc:creator>
      <description><![CDATA[
        One-paragraph summary of the episode — the wrong assumption, what actually happened, and the fix.
      ]]></description>
      <content:encoded><![CDATA[
        <p>Full write-up here if you want rich content in feed readers.</p>
      ]]></content:encoded>
    </item>
    -->

    <item>
      <title>Port 5986 Wasn't the Problem — Keyfactor iis-orchestrator Silent HTTP Fallback</title>
      <link>https://www.opspostmortem.com/episodes/keyfactor-5986/</link>
      <guid isPermaLink="true">https://www.opspostmortem.com/episodes/keyfactor-5986/</guid>
      <pubDate>Thu, 26 Mar 2026 00:00:00 +0000</pubDate>
      <dc:creator>Ops Postmortem</dc:creator>
      <description><![CDATA[
        The assumption: something in the network path was wrong. Firewall confirmed open. Illumio confirmed
        no microsegmentation block. WinRM tests — Test-NetConnection, Test-WSMan, Invoke-Command,
        Enter-PSSession — all passed. Two months of troubleshooting later: Keyfactor iis-orchestrator v2.6.1
        was silently falling back to HTTP the entire time. The wire was never the problem.
        Ships with a free battle card.
      ]]></description>
    </item>

  </channel>
</rss>
