<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: HTTPS Inspection Troubleshooting   Evidence-Driven Runbook (Gateway CA, QUIC, pinning, proxy, an in Firewall and Security Management</title>
    <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/HTTPS-Inspection-Troubleshooting-Evidence-Driven-Runbook-Gateway/m-p/275953#M105087</link>
    <description>&lt;P&gt;Thank you&lt;/P&gt;</description>
    <pubDate>Wed, 22 Apr 2026 16:06:03 GMT</pubDate>
    <dc:creator>WiliRGasparetto</dc:creator>
    <dc:date>2026-04-22T16:06:03Z</dc:date>
    <item>
      <title>HTTPS Inspection Troubleshooting   Evidence-Driven Runbook (Gateway CA, QUIC, pinning, proxy, and ws</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/HTTPS-Inspection-Troubleshooting-Evidence-Driven-Runbook-Gateway/m-p/274986#M104747</link>
      <description>&lt;H2&gt;&lt;STRONG&gt;HTTPS Inspection Troubleshooting&amp;nbsp; &amp;nbsp;Evidence-Driven Runbook (Gateway CA, QUIC, pinning, proxy, and wstlsd debug)&lt;/STRONG&gt;&lt;/H2&gt;
&lt;H3&gt;Thesis (how TAC closes RCA fast)&lt;/H3&gt;
&lt;P&gt;When HTTPS Inspection “breaks,” it is rarely a single root cause. In the field, failures almost always map to one of these buckets:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;Endpoint trust chain&lt;/STRONG&gt; (Gateway CA / internal CA not trusted)&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;Application incompatibility&lt;/STRONG&gt; (certificate pinning, mTLS, strict TLS requirements)&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;Transport outside the expected path&lt;/STRONG&gt; (&lt;STRONG&gt;QUIC/HTTP3 over UDP/443&lt;/STRONG&gt;)&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;Network interference&lt;/STRONG&gt; (explicit/auth proxy, PAC, upstream SSL inspection)&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;Capacity/crypto overhead under load&lt;/STRONG&gt; (CPU, handshake pressure, aggressive policy scope)&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;Unexpected bypass&lt;/STRONG&gt; (rules/updatable objects/limitations) → “looks like it’s not inspecting”&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;STRONG&gt;TAC rule:&lt;/STRONG&gt; don’t change configuration until you have minimum evidence and you’ve isolated variables (one change at a time).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H1&gt;0) TAC warnings (operational impact &amp;amp; governance)&lt;/H1&gt;
&lt;P&gt;&lt;STRONG&gt;Before any change (especially bypass rules and debug):&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;Take a &lt;STRONG&gt;configuration backup&lt;/STRONG&gt; and document the baseline.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Run in a &lt;STRONG&gt;controlled maintenance window&lt;/STRONG&gt;, ideally with &lt;STRONG&gt;console access&lt;/STRONG&gt;.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;Document every change&lt;/STRONG&gt; to support rollback.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;If this is a &lt;STRONG&gt;cluster&lt;/STRONG&gt;, plan to collect evidence from &lt;STRONG&gt;all members&lt;/STRONG&gt;, because the handshake may occur on any node.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H1&gt;1) 10-minute fast triage (no debug)&lt;/H1&gt;
&lt;H2&gt;1.1 Confirm enforcement on the client (fastest proof)&lt;/H2&gt;
&lt;P&gt;Open an HTTPS site and inspect the certificate presented by the browser:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;Issuer = Gateway CA / internal CA&lt;/STRONG&gt; → outbound inspection is active&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;Issuer = public CA&lt;/STRONG&gt; → bypass/no inspection/wrong scope&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;Certificate error&lt;/STRONG&gt; → trust chain issue on the endpoint&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;TAC best practice:&lt;/STRONG&gt; test with &lt;STRONG&gt;two browsers&lt;/STRONG&gt; (Chrome/Edge and Firefox). Firefox can behave differently depending on trust-store behavior.&lt;/P&gt;
&lt;H2&gt;1.2 Confirm Gateway CA trust on endpoints (root cause #1)&lt;/H2&gt;
&lt;P&gt;The &lt;STRONG&gt;Gateway CA&lt;/STRONG&gt; must be trusted on endpoints:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;Windows:&lt;/STRONG&gt; &lt;EM&gt;Trusted Root Certification Authorities&lt;/EM&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;macOS:&lt;/STRONG&gt; &lt;EM&gt;Keychain&lt;/EM&gt; (System trust)&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;Typical signals:&lt;/STRONG&gt; &lt;CODE&gt;NET::ERR_CERT_AUTHORITY_INVALID&lt;/CODE&gt;, chain warnings, “connection not private.”&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;Recommended evidence: a &lt;STRONG&gt;screenshot&lt;/STRONG&gt; of the certificate (Issuer/Subject/Validity) and the browser error.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;H1&gt;2) Outbound vs Inbound — stop here if these are mixed up&lt;/H1&gt;
&lt;H2&gt;2.1 Outbound inspection&lt;/H2&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;Requires the &lt;STRONG&gt;Gateway CA&lt;/STRONG&gt; to be trusted on endpoints.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;The gateway dynamically re-signs certificates.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;H2&gt;2.2 Inbound inspection (published internal services)&lt;/H2&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;Requires the server certificate (and private key association, when applicable to your deployment model) to be correctly imported/assigned under the HTTPS Inspection certificate handling in SmartConsole (&lt;STRONG&gt;HTTPS Inspection → Certificates&lt;/STRONG&gt;, as applicable).&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Common symptom: an internal published service fails only when inbound inspection is enabled.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H1&gt;3) QUIC ≠ Pinning (separate the causes)&lt;/H1&gt;
&lt;H2&gt;3.1 QUIC/HTTP3 (transport)&lt;/H2&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;QUIC/HTTP3 uses &lt;STRONG&gt;UDP/443&lt;/STRONG&gt;.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;It can behave differently than TCP/443 and complicate inspection troubleshooting.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;TAC test (variable isolation):&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;Temporarily block &lt;STRONG&gt;UDP/443&lt;/STRONG&gt; to force &lt;STRONG&gt;TCP/443&lt;/STRONG&gt;, then compare behavior:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;If the issue disappears, you’ve isolated QUIC as a major variable.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;If it persists, move on.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;H2&gt;3.2 Certificate pinning (application security mechanism)&lt;/H2&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;The application expects a specific certificate/CA and rejects the Gateway CA.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Symptom: consistent failure for &lt;STRONG&gt;specific domains/apps&lt;/STRONG&gt;, not for the whole Internet.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;TAC treatment:&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;Use a &lt;STRONG&gt;domain-scoped bypass&lt;/STRONG&gt; (minimum scope + governance: owner/justification/review date).&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Avoid global bypass.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H1&gt;4) Explicit/auth proxy, PAC, and upstream SSL inspection (common blind spot)&lt;/H1&gt;
&lt;P&gt;If you have &lt;STRONG&gt;explicit proxy&lt;/STRONG&gt;, &lt;STRONG&gt;authenticated proxy&lt;/STRONG&gt;, &lt;STRONG&gt;PAC&lt;/STRONG&gt;, or &lt;STRONG&gt;upstream SSL inspection&lt;/STRONG&gt;, you may see:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;certificate rewriting (double inspection → symptoms similar to trust failure)&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;authentication loops&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;timeouts/resets under peak load&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;inconsistent behavior by subnet/group (PAC-driven routing)&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;TAC tip:&lt;/STRONG&gt; compare the same test from:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;corporate network (with proxy/PAC) &lt;STRONG&gt;vs&lt;/STRONG&gt; hotspot/4G (no proxy)&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H1&gt;5) Logs: where to look and how to extract evidence&lt;/H1&gt;
&lt;H2&gt;5.1 Primary log locations&lt;/H2&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;CODE&gt;$FWDIR/log/wstlsd.elg*&lt;/CODE&gt;&lt;/STRONG&gt; (TLS handshake / inspection path)&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;CODE&gt;/var/log/messages&lt;/CODE&gt;&lt;/STRONG&gt; (daemon/system errors)&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;SmartLog on Management (where applicable)&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;H2&gt;5.2 Follow in real time (during reproduction)&lt;/H2&gt;
&lt;PRE&gt;&lt;CODE class="language-bash"&gt;tail -f $FWDIR/log/wstlsd.elg*
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;H2&gt;5.3 What to look for in &lt;CODE&gt;wstlsd.elg*&lt;/CODE&gt; (practical patterns)&lt;/H2&gt;
&lt;P&gt;Always correlate with the &lt;STRONG&gt;exact test timestamp&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;Look for patterns such as:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;TLS handshake failures / negotiation mismatch&lt;/STRONG&gt; (version/cipher/protocol)&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;Certificate validation failures&lt;/STRONG&gt; (untrusted CA, incomplete chain, time/OCSP/CRL impacts)&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;Timeouts / resets&lt;/STRONG&gt; tied to specific destinations (often pinning/incompatibility signatures)&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;Unexpected bypass&lt;/STRONG&gt; indicators (traffic not intercepted as expected)&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;TAC method:&lt;/STRONG&gt; timestamp → domain → handshake stage → error → confirm via controlled retest.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H1&gt;6) Advanced debug (wstlsd) — with correct START/STOP&lt;/H1&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;STRONG&gt;TAC warning:&lt;/STRONG&gt; debug can generate high log volume and affect performance. Use a maintenance window.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;H2&gt;6.1 START (enable debug for all wstlsd PIDs)&lt;/H2&gt;
&lt;PRE&gt;&lt;CODE class="language-bash"&gt;for PROC in $(pidof wstlsd); do fw debug $PROC on TDERROR_ALL_ALL=5; done
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Reproduce the issue (record &lt;STRONG&gt;URL + timestamp&lt;/STRONG&gt;).&lt;/P&gt;
&lt;H2&gt;6.2 STOP (complete, corrected)&lt;/H2&gt;
&lt;PRE&gt;&lt;CODE class="language-bash"&gt;for PROC in $(pidof wstlsd); do fw debug $PROC off TDERROR_ALL_ALL=0; done
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;H2&gt;6.3 Minimal post-debug collection&lt;/H2&gt;
&lt;PRE&gt;&lt;CODE class="language-bash"&gt;tail -n 2000 $FWDIR/log/wstlsd.elg* &amp;gt; /var/log/wstlsd_last2k.txt
tail -n 2000 /var/log/messages &amp;gt; /var/log/messages_last2k.txt
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;H1&gt;&amp;nbsp;&lt;/H1&gt;
&lt;H1&gt;7) Common symptoms → hypothesis → action (TAC-style)&lt;/H1&gt;
&lt;H3&gt;7.1 “Browser certificate warning”&lt;/H3&gt;
&lt;P&gt;&lt;STRONG&gt;Hypothesis:&lt;/STRONG&gt; Gateway CA/internal CA not trusted on endpoints.&lt;BR /&gt;&lt;STRONG&gt;Action:&lt;/STRONG&gt; validate trust store (Windows Trusted Root / macOS Keychain) and CA deployment (GPO/MDM).&lt;/P&gt;
&lt;H3&gt;7.2 “Only specific site/app breaks”&lt;/H3&gt;
&lt;P&gt;&lt;STRONG&gt;Hypothesis:&lt;/STRONG&gt; pinning/mTLS/strict TLS requirements.&lt;BR /&gt;&lt;STRONG&gt;Action:&lt;/STRONG&gt; domain-scoped bypass with governance.&lt;/P&gt;
&lt;H3&gt;7.3 “Intermittent or Chromium-only failures”&lt;/H3&gt;
&lt;P&gt;&lt;STRONG&gt;Hypothesis:&lt;/STRONG&gt; QUIC/HTTP3 variable.&lt;BR /&gt;&lt;STRONG&gt;Action:&lt;/STRONG&gt; test UDP/443 block; document the decision and baseline.&lt;/P&gt;
&lt;H3&gt;7.4 “Slow after enabling inspection”&lt;/H3&gt;
&lt;P&gt;&lt;STRONG&gt;Hypothesis:&lt;/STRONG&gt; CPU/crypto/handshake overhead under load.&lt;BR /&gt;&lt;STRONG&gt;Action:&lt;/STRONG&gt; validate via cpview/system metrics; rollout by rings; tune scope and exceptions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H1&gt;8)&lt;/img&gt; Operational best practices (what prevents incidents)&lt;/H1&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;Gradual rollout&lt;/STRONG&gt; (pilot → waves) with KPIs (tickets, failures, performance).&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;Exception governance:&lt;/STRONG&gt; owner + justification + review date + record in change control (ticketing/spreadsheet).&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;One change at a time&lt;/STRONG&gt; and document for rollback.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Periodic &lt;STRONG&gt;bypass audit&lt;/STRONG&gt; to find undocumented exceptions.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;In proxy environments: document the full chain and avoid &lt;STRONG&gt;double inspection&lt;/STRONG&gt; where possible.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H1&gt;9) Evidence template (for CheckMates thread / TAC case)&lt;/H1&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;Gateway version + Jumbo take&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Browser(s) + version (Chrome/Edge/Firefox)&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;URL(s) + &lt;STRONG&gt;exact timestamp&lt;/STRONG&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Symptom (cert error / timeout / app break / slow / not inspecting)&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Gateway CA installed? (yes/no)&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;CA distribution method:&lt;/STRONG&gt; GPO / MDM / manual&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Proxy/PAC/auth proxy present? (yes/no + details)&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;QUIC tested? &lt;STRONG&gt;UDP/443 blocked?&lt;/STRONG&gt; (yes/no + result)&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Logs: &lt;CODE&gt;wstlsd.elg*&lt;/CODE&gt; snippet for the test window + &lt;CODE&gt;/var/log/messages&lt;/CODE&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;H2&gt;&amp;nbsp;&lt;/H2&gt;
&lt;H2&gt;Official references (direct links)&lt;/H2&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;sk108202 — Best Practices — HTTPS Inspection&lt;BR /&gt;&lt;A href="https://support.checkpoint.com/results/sk/sk108202" target="_blank"&gt;https://support.checkpoint.com/results/sk/sk108202&lt;/A&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;sk112066 — How to troubleshoot an HTTPS Inspection issue&lt;BR /&gt;&lt;A href="https://support.checkpoint.com/results/sk/sk112066" target="_blank"&gt;https://support.checkpoint.com/results/sk/sk112066&lt;/A&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;sk111754 — QUIC/HTTP3 considerations with HTTPS Inspection (UDP/443)&lt;BR /&gt;&lt;A href="https://support.checkpoint.com/results/sk/sk111754" target="_blank"&gt;https://support.checkpoint.com/results/sk/sk111754&lt;/A&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;sk163595 — Updatable object / bypass list (pinning/incompatibilities)&lt;BR /&gt;&lt;A href="https://support.checkpoint.com/results/sk/sk163595" target="_blank"&gt;https://support.checkpoint.com/results/sk/sk163595&lt;/A&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Tue, 07 Apr 2026 11:26:17 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/HTTPS-Inspection-Troubleshooting-Evidence-Driven-Runbook-Gateway/m-p/274986#M104747</guid>
      <dc:creator>WiliRGasparetto</dc:creator>
      <dc:date>2026-04-07T11:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: HTTPS Inspection Troubleshooting   Evidence-Driven Runbook (Gateway CA, QUIC, pinning, proxy, an</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/HTTPS-Inspection-Troubleshooting-Evidence-Driven-Runbook-Gateway/m-p/274988#M104748</link>
      <description>&lt;P&gt;Very nice!&lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2026 11:34:15 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/HTTPS-Inspection-Troubleshooting-Evidence-Driven-Runbook-Gateway/m-p/274988#M104748</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2026-04-07T11:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: HTTPS Inspection Troubleshooting   Evidence-Driven Runbook (Gateway CA, QUIC, pinning, proxy, an</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/HTTPS-Inspection-Troubleshooting-Evidence-Driven-Runbook-Gateway/m-p/275005#M104762</link>
      <description>&lt;P&gt;Thk's Andy&lt;BR /&gt;Best&lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2026 16:44:54 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/HTTPS-Inspection-Troubleshooting-Evidence-Driven-Runbook-Gateway/m-p/275005#M104762</guid>
      <dc:creator>WiliRGasparetto</dc:creator>
      <dc:date>2026-04-07T16:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: HTTPS Inspection Troubleshooting   Evidence-Driven Runbook (Gateway CA, QUIC, pinning, proxy, an</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/HTTPS-Inspection-Troubleshooting-Evidence-Driven-Runbook-Gateway/m-p/275009#M104763</link>
      <description>&lt;P&gt;Really love all these write-ups, amazing.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2026 18:42:24 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/HTTPS-Inspection-Troubleshooting-Evidence-Driven-Runbook-Gateway/m-p/275009#M104763</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2026-04-07T18:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: HTTPS Inspection Troubleshooting   Evidence-Driven Runbook (Gateway CA, QUIC, pinning, proxy, an</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/HTTPS-Inspection-Troubleshooting-Evidence-Driven-Runbook-Gateway/m-p/275011#M104764</link>
      <description>&lt;P&gt;Excellent, congratulations on the article!&lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2026 17:45:19 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/HTTPS-Inspection-Troubleshooting-Evidence-Driven-Runbook-Gateway/m-p/275011#M104764</guid>
      <dc:creator>PedroRFernandes</dc:creator>
      <dc:date>2026-04-07T17:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: HTTPS Inspection Troubleshooting   Evidence-Driven Runbook (Gateway CA, QUIC, pinning, proxy, an</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/HTTPS-Inspection-Troubleshooting-Evidence-Driven-Runbook-Gateway/m-p/275013#M104766</link>
      <description>&lt;P&gt;Great Effort!&lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2026 18:47:56 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/HTTPS-Inspection-Troubleshooting-Evidence-Driven-Runbook-Gateway/m-p/275013#M104766</guid>
      <dc:creator>PedroMacena24</dc:creator>
      <dc:date>2026-04-07T18:47:56Z</dc:date>
    </item>
    <item>
      <title>Re: HTTPS Inspection Troubleshooting   Evidence-Driven Runbook (Gateway CA, QUIC, pinning, proxy, an</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/HTTPS-Inspection-Troubleshooting-Evidence-Driven-Runbook-Gateway/m-p/275063#M104780</link>
      <description>&lt;P&gt;thk's Pedro&lt;/P&gt;</description>
      <pubDate>Wed, 08 Apr 2026 09:43:05 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/HTTPS-Inspection-Troubleshooting-Evidence-Driven-Runbook-Gateway/m-p/275063#M104780</guid>
      <dc:creator>WiliRGasparetto</dc:creator>
      <dc:date>2026-04-08T09:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: HTTPS Inspection Troubleshooting   Evidence-Driven Runbook (Gateway CA, QUIC, pinning, proxy, an</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/HTTPS-Inspection-Troubleshooting-Evidence-Driven-Runbook-Gateway/m-p/275106#M104788</link>
      <description>&lt;P&gt;In releases prior to R82, I suggest blocking QUIC.&lt;BR /&gt;In R82 where QUIC is supported for both HTTPS Inspection and HTTPS Categorization, you can safely allow it.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Apr 2026 14:30:55 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/HTTPS-Inspection-Troubleshooting-Evidence-Driven-Runbook-Gateway/m-p/275106#M104788</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2026-04-08T14:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: HTTPS Inspection Troubleshooting   Evidence-Driven Runbook (Gateway CA, QUIC, pinning, proxy, an</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/HTTPS-Inspection-Troubleshooting-Evidence-Driven-Runbook-Gateway/m-p/275126#M104796</link>
      <description>&lt;P&gt;Excellent placement,&amp;nbsp;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/7"&gt;@PhoneBoy&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Apr 2026 18:42:26 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/HTTPS-Inspection-Troubleshooting-Evidence-Driven-Runbook-Gateway/m-p/275126#M104796</guid>
      <dc:creator>WiliRGasparetto</dc:creator>
      <dc:date>2026-04-08T18:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: HTTPS Inspection Troubleshooting   Evidence-Driven Runbook (Gateway CA, QUIC, pinning, proxy, an</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/HTTPS-Inspection-Troubleshooting-Evidence-Driven-Runbook-Gateway/m-p/275177#M104819</link>
      <description>&lt;P&gt;Thank you very much Andy, I've always had an excellent experience within our MVP community.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Apr 2026 11:29:10 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/HTTPS-Inspection-Troubleshooting-Evidence-Driven-Runbook-Gateway/m-p/275177#M104819</guid>
      <dc:creator>WiliRGasparetto</dc:creator>
      <dc:date>2026-04-09T11:29:10Z</dc:date>
    </item>
    <item>
      <title>Re: HTTPS Inspection Troubleshooting   Evidence-Driven Runbook (Gateway CA, QUIC, pinning, proxy, an</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/HTTPS-Inspection-Troubleshooting-Evidence-Driven-Runbook-Gateway/m-p/275222#M104839</link>
      <description>&lt;P&gt;Thank you bro&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Apr 2026 17:15:02 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/HTTPS-Inspection-Troubleshooting-Evidence-Driven-Runbook-Gateway/m-p/275222#M104839</guid>
      <dc:creator>WiliRGasparetto</dc:creator>
      <dc:date>2026-04-09T17:15:02Z</dc:date>
    </item>
    <item>
      <title>Re: HTTPS Inspection Troubleshooting   Evidence-Driven Runbook (Gateway CA, QUIC, pinning, proxy, an</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/HTTPS-Inspection-Troubleshooting-Evidence-Driven-Runbook-Gateway/m-p/275244#M104847</link>
      <description>&lt;P&gt;Really well articulated. and very much informative,&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Apr 2026 07:46:25 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/HTTPS-Inspection-Troubleshooting-Evidence-Driven-Runbook-Gateway/m-p/275244#M104847</guid>
      <dc:creator>vikaspg53</dc:creator>
      <dc:date>2026-04-10T07:46:25Z</dc:date>
    </item>
    <item>
      <title>Re: HTTPS Inspection Troubleshooting   Evidence-Driven Runbook (Gateway CA, QUIC, pinning, proxy, an</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/HTTPS-Inspection-Troubleshooting-Evidence-Driven-Runbook-Gateway/m-p/275287#M104862</link>
      <description>&lt;P style="font-weight: 400;"&gt;Apparently, Chrome (and Chromium-based browsers)&amp;nbsp;do not allow adding 3&lt;SUP&gt;rd&lt;/SUP&gt; party trusted CA for QUIC.&lt;BR /&gt;That effectively knee-caps our ability to perform full inspection on this traffic (above and beyond categorization).&amp;nbsp;&lt;BR /&gt;Which means blocking QUIC entirely is still probably the best bet.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Apr 2026 16:00:00 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/HTTPS-Inspection-Troubleshooting-Evidence-Driven-Runbook-Gateway/m-p/275287#M104862</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2026-04-10T16:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: HTTPS Inspection Troubleshooting   Evidence-Driven Runbook (Gateway CA, QUIC, pinning, proxy, an</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/HTTPS-Inspection-Troubleshooting-Evidence-Driven-Runbook-Gateway/m-p/275298#M104869</link>
      <description>&lt;P&gt;For me, blocking QUIC is the best practice to ensure full HTTPS inspection. This prevents the use of UDP port 443, forcing browsers to use HTTPS over TCP, where inspection works normally.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Apr 2026 21:21:08 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/HTTPS-Inspection-Troubleshooting-Evidence-Driven-Runbook-Gateway/m-p/275298#M104869</guid>
      <dc:creator>WiliRGasparetto</dc:creator>
      <dc:date>2026-04-10T21:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: HTTPS Inspection Troubleshooting   Evidence-Driven Runbook (Gateway CA, QUIC, pinning, proxy, an</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/HTTPS-Inspection-Troubleshooting-Evidence-Driven-Runbook-Gateway/m-p/275354#M104881</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/72177"&gt;@vikaspg53&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Apr 2026 11:44:48 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/HTTPS-Inspection-Troubleshooting-Evidence-Driven-Runbook-Gateway/m-p/275354#M104881</guid>
      <dc:creator>WiliRGasparetto</dc:creator>
      <dc:date>2026-04-13T11:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: HTTPS Inspection Troubleshooting   Evidence-Driven Runbook (Gateway CA, QUIC, pinning, proxy, an</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/HTTPS-Inspection-Troubleshooting-Evidence-Driven-Runbook-Gateway/m-p/275453#M104914</link>
      <description>&lt;P&gt;Great content&lt;/P&gt;</description>
      <pubDate>Tue, 14 Apr 2026 22:58:18 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/HTTPS-Inspection-Troubleshooting-Evidence-Driven-Runbook-Gateway/m-p/275453#M104914</guid>
      <dc:creator>israelfds95</dc:creator>
      <dc:date>2026-04-14T22:58:18Z</dc:date>
    </item>
    <item>
      <title>Re: HTTPS Inspection Troubleshooting   Evidence-Driven Runbook (Gateway CA, QUIC, pinning, proxy, an</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/HTTPS-Inspection-Troubleshooting-Evidence-Driven-Runbook-Gateway/m-p/275953#M105087</link>
      <description>&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2026 16:06:03 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/HTTPS-Inspection-Troubleshooting-Evidence-Driven-Runbook-Gateway/m-p/275953#M105087</guid>
      <dc:creator>WiliRGasparetto</dc:creator>
      <dc:date>2026-04-22T16:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: HTTPS Inspection Troubleshooting   Evidence-Driven Runbook (Gateway CA, QUIC, pinning, proxy, an</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/HTTPS-Inspection-Troubleshooting-Evidence-Driven-Runbook-Gateway/m-p/275996#M105094</link>
      <description>&lt;P&gt;Very important point, I hadn't noticed that before.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2026 13:46:38 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/HTTPS-Inspection-Troubleshooting-Evidence-Driven-Runbook-Gateway/m-p/275996#M105094</guid>
      <dc:creator>PedroRFernandes</dc:creator>
      <dc:date>2026-04-23T13:46:38Z</dc:date>
    </item>
    <item>
      <title>Re: HTTPS Inspection Troubleshooting   Evidence-Driven Runbook (Gateway CA, QUIC, pinning, proxy, an</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/HTTPS-Inspection-Troubleshooting-Evidence-Driven-Runbook-Gateway/m-p/276012#M105096</link>
      <description>&lt;P&gt;thank you&lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2026 17:57:55 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/HTTPS-Inspection-Troubleshooting-Evidence-Driven-Runbook-Gateway/m-p/276012#M105096</guid>
      <dc:creator>WiliRGasparetto</dc:creator>
      <dc:date>2026-04-23T17:57:55Z</dc:date>
    </item>
    <item>
      <title>Re: HTTPS Inspection Troubleshooting   Evidence-Driven Runbook (Gateway CA, QUIC, pinning, proxy, an</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/HTTPS-Inspection-Troubleshooting-Evidence-Driven-Runbook-Gateway/m-p/276064#M105100</link>
      <description>&lt;P&gt;yes&lt;/P&gt;</description>
      <pubDate>Fri, 24 Apr 2026 19:32:29 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/HTTPS-Inspection-Troubleshooting-Evidence-Driven-Runbook-Gateway/m-p/276064#M105100</guid>
      <dc:creator>WiliRGasparetto</dc:creator>
      <dc:date>2026-04-24T19:32:29Z</dc:date>
    </item>
  </channel>
</rss>

