<?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: Palo Alto Explicit Proxy Traffic Issue in Next-Generation Firewall Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/next-generation-firewall/palo-alto-explicit-proxy-traffic-issue/m-p/1230359#M5942</link>
    <description>&lt;P&gt;We used the steps mentioned in below document from palo alto:&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.paloaltonetworks.com/pan-os/11-0/pan-os-networking-admin/dns/configure-a-web-proxy/configure-explicit-proxy" target="_blank"&gt;https://docs.paloaltonetworks.com/pan-os/11-0/pan-os-networking-admin/dns/configure-a-web-proxy/configure-explicit-proxy&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Recalling, we had run below powershell command,&amp;nbsp;to invoke a web request and to authenticate the same and it trigerred to resolve the issue,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Basic&amp;nbsp;Proxy&amp;nbsp;Usage:&lt;BR /&gt;$proxy&amp;nbsp;= "&lt;A href="http://proxyserver:8080" target="_blank"&gt;http://proxyserver:8080&lt;/A&gt;"&lt;BR /&gt;$response = Invoke-WebRequest -Uri "&lt;A href="http://example.com" target="_blank"&gt;http://example.com&lt;/A&gt;" -Proxy&amp;nbsp;$proxy&lt;BR /&gt;Write-Output $response.Content&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Proxy&amp;nbsp;with Credentials:&lt;BR /&gt;$proxy&amp;nbsp;= "&lt;A href="http://proxyserver:8080" target="_blank"&gt;http://proxyserver:8080&lt;/A&gt;"&lt;BR /&gt;$proxyCredentials = Get-Credential&lt;BR /&gt;$response = Invoke-WebRequest -Uri "&lt;A href="http://example.com" target="_blank"&gt;http://example.com&lt;/A&gt;" -Proxy&amp;nbsp;$proxy&amp;nbsp;-ProxyCredential $proxyCredentials&lt;BR /&gt;Write-Output $response.Content&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope it helps!&lt;/P&gt;</description>
    <pubDate>Thu, 29 May 2025 12:53:08 GMT</pubDate>
    <dc:creator>Kalpesh2025</dc:creator>
    <dc:date>2025-05-29T12:53:08Z</dc:date>
    <item>
      <title>Palo Alto Explicit Proxy Traffic Issue</title>
      <link>https://live.paloaltonetworks.com/t5/next-generation-firewall/palo-alto-explicit-proxy-traffic-issue/m-p/617681#M5004</link>
      <description>&lt;P&gt;Hello Team,&lt;/P&gt;&lt;P&gt;We have configured the Palo Alto firewall as an Explicit Proxy using Kerberos authentication in alignment with the Admin Guide. However, we’re noticing that the designated traffic is not routing through the Proxy as expected and is failing to initiate from the Proxy-Zone to the Internet-Zone.&lt;/P&gt;&lt;P&gt;When attempting to access a webpage from a user’s device, we’re encountering the following error: "upstream connect error or disconnect/reset before headers, reset reason: connection failure."&lt;/P&gt;&lt;P&gt;Could someone provide guidance on troubleshooting this issue? Insights on potential configuration aspects or logs to review would be greatly appreciated.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 14 Nov 2024 10:05:54 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/next-generation-firewall/palo-alto-explicit-proxy-traffic-issue/m-p/617681#M5004</guid>
      <dc:creator>Kalpesh2025</dc:creator>
      <dc:date>2024-11-14T10:05:54Z</dc:date>
    </item>
    <item>
      <title>Re: Palo Alto Explicit Proxy Traffic Issue</title>
      <link>https://live.paloaltonetworks.com/t5/next-generation-firewall/palo-alto-explicit-proxy-traffic-issue/m-p/617747#M5010</link>
      <description>&lt;P&gt;I'm literally setting this up for a client now, first time!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have the same issues as you've seen. I expect the interfaces for the proxy all need to be in a dedicated VR with the default route routing via the 'external' proxy network (therefore forcing it out of that interface/zone).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Nov 2024 16:14:57 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/next-generation-firewall/palo-alto-explicit-proxy-traffic-issue/m-p/617747#M5010</guid>
      <dc:creator>Rando000100</dc:creator>
      <dc:date>2024-11-14T16:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: Palo Alto Explicit Proxy Traffic Issue</title>
      <link>https://live.paloaltonetworks.com/t5/next-generation-firewall/palo-alto-explicit-proxy-traffic-issue/m-p/620854#M5018</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;As per the documentation, the interfaces should be within the same virtual routers and the same virtual systems.&lt;/P&gt;&lt;P&gt;Do update, if you were able to make it work.&lt;/P&gt;</description>
      <pubDate>Sun, 17 Nov 2024 04:32:09 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/next-generation-firewall/palo-alto-explicit-proxy-traffic-issue/m-p/620854#M5018</guid>
      <dc:creator>Kalpesh2025</dc:creator>
      <dc:date>2024-11-17T04:32:09Z</dc:date>
    </item>
    <item>
      <title>Re: Palo Alto Explicit Proxy Traffic Issue</title>
      <link>https://live.paloaltonetworks.com/t5/next-generation-firewall/palo-alto-explicit-proxy-traffic-issue/m-p/1000199#M5333</link>
      <description>&lt;P&gt;Did you ever figure this out? I am having the same issue.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jan 2025 21:07:38 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/next-generation-firewall/palo-alto-explicit-proxy-traffic-issue/m-p/1000199#M5333</guid>
      <dc:creator>shawn.norman</dc:creator>
      <dc:date>2025-01-06T21:07:38Z</dc:date>
    </item>
    <item>
      <title>Re: Palo Alto Explicit Proxy Traffic Issue</title>
      <link>https://live.paloaltonetworks.com/t5/next-generation-firewall/palo-alto-explicit-proxy-traffic-issue/m-p/1217392#M5466</link>
      <description>&lt;P&gt;Anything on this -- observing the same&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2025 05:32:53 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/next-generation-firewall/palo-alto-explicit-proxy-traffic-issue/m-p/1217392#M5466</guid>
      <dc:creator>GauravRajpal</dc:creator>
      <dc:date>2025-01-30T05:32:53Z</dc:date>
    </item>
    <item>
      <title>Re: Palo Alto Explicit Proxy Traffic Issue</title>
      <link>https://live.paloaltonetworks.com/t5/next-generation-firewall/palo-alto-explicit-proxy-traffic-issue/m-p/1227240#M5814</link>
      <description>&lt;P&gt;Guys, please share your solution to the problem if you have one.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Apr 2025 14:47:53 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/next-generation-firewall/palo-alto-explicit-proxy-traffic-issue/m-p/1227240#M5814</guid>
      <dc:creator>Parsek</dc:creator>
      <dc:date>2025-04-23T14:47:53Z</dc:date>
    </item>
    <item>
      <title>Re: Palo Alto Explicit Proxy Traffic Issue</title>
      <link>https://live.paloaltonetworks.com/t5/next-generation-firewall/palo-alto-explicit-proxy-traffic-issue/m-p/1230355#M5940</link>
      <description>&lt;P&gt;Hi Kalpesh,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm also trying to configure it on the Palo Alto firewall and I am struggling with the config: did you use a loopback interface for the incoming traffic or you used an external interface you have configured on the firewall? Also, for the DNS proxy config, have you selected your external interface/loopback or the internal? I have read different articles and everyone has their own of doing it.&lt;/P&gt;</description>
      <pubDate>Thu, 29 May 2025 12:39:51 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/next-generation-firewall/palo-alto-explicit-proxy-traffic-issue/m-p/1230355#M5940</guid>
      <dc:creator>DBalasa</dc:creator>
      <dc:date>2025-05-29T12:39:51Z</dc:date>
    </item>
    <item>
      <title>Re: Palo Alto Explicit Proxy Traffic Issue</title>
      <link>https://live.paloaltonetworks.com/t5/next-generation-firewall/palo-alto-explicit-proxy-traffic-issue/m-p/1230359#M5942</link>
      <description>&lt;P&gt;We used the steps mentioned in below document from palo alto:&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.paloaltonetworks.com/pan-os/11-0/pan-os-networking-admin/dns/configure-a-web-proxy/configure-explicit-proxy" target="_blank"&gt;https://docs.paloaltonetworks.com/pan-os/11-0/pan-os-networking-admin/dns/configure-a-web-proxy/configure-explicit-proxy&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Recalling, we had run below powershell command,&amp;nbsp;to invoke a web request and to authenticate the same and it trigerred to resolve the issue,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Basic&amp;nbsp;Proxy&amp;nbsp;Usage:&lt;BR /&gt;$proxy&amp;nbsp;= "&lt;A href="http://proxyserver:8080" target="_blank"&gt;http://proxyserver:8080&lt;/A&gt;"&lt;BR /&gt;$response = Invoke-WebRequest -Uri "&lt;A href="http://example.com" target="_blank"&gt;http://example.com&lt;/A&gt;" -Proxy&amp;nbsp;$proxy&lt;BR /&gt;Write-Output $response.Content&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Proxy&amp;nbsp;with Credentials:&lt;BR /&gt;$proxy&amp;nbsp;= "&lt;A href="http://proxyserver:8080" target="_blank"&gt;http://proxyserver:8080&lt;/A&gt;"&lt;BR /&gt;$proxyCredentials = Get-Credential&lt;BR /&gt;$response = Invoke-WebRequest -Uri "&lt;A href="http://example.com" target="_blank"&gt;http://example.com&lt;/A&gt;" -Proxy&amp;nbsp;$proxy&amp;nbsp;-ProxyCredential $proxyCredentials&lt;BR /&gt;Write-Output $response.Content&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope it helps!&lt;/P&gt;</description>
      <pubDate>Thu, 29 May 2025 12:53:08 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/next-generation-firewall/palo-alto-explicit-proxy-traffic-issue/m-p/1230359#M5942</guid>
      <dc:creator>Kalpesh2025</dc:creator>
      <dc:date>2025-05-29T12:53:08Z</dc:date>
    </item>
    <item>
      <title>Re: Palo Alto Explicit Proxy Traffic Issue</title>
      <link>https://live.paloaltonetworks.com/t5/next-generation-firewall/palo-alto-explicit-proxy-traffic-issue/m-p/1230378#M5943</link>
      <description>&lt;P&gt;Thank you for this. I am following the same article you shared, however I am struggling with these bits:&lt;/P&gt;
&lt;UL id="task_ujg_xlg_z1c_ul_znp_gwh_nwb" class="ul"&gt;
&lt;LI class="li"&gt;Create a security policy rule to allow traffic from the client to the interface you selected as the listening interface.&lt;/LI&gt;
&lt;LI class="li"&gt;Configure a security policy rule to allow traffic from the zone that contains the upstream interface to the internet.&lt;/LI&gt;
&lt;LI class="li"&gt;Configure a security policy rule to allow traffic from the DNS proxy zone to the internet.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;For me, based on the doc, the upstream interface and the DNS proxy zone interface are the same: loopback 1. The confusing bit is that I thought the loopback interface should be only used for DNS resolution and incoming traffic from the Internet.&lt;/P&gt;</description>
      <pubDate>Thu, 29 May 2025 16:03:11 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/next-generation-firewall/palo-alto-explicit-proxy-traffic-issue/m-p/1230378#M5943</guid>
      <dc:creator>DBalasa</dc:creator>
      <dc:date>2025-05-29T16:03:11Z</dc:date>
    </item>
  </channel>
</rss>

