<?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: Usage Difference between SSL Forward Proxy and Inbound Inspection Decryption mode in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/usage-difference-between-ssl-forward-proxy-and-inbound/m-p/284828#M76351</link>
    <description>&lt;P&gt;Thanks once more. So if understood correctly, would use forward proxy when i want to decrypt traffic to the 'outside', like internet and inbound decryption would be towards internal servers? Almost like when we do ssl offload (although with re-encryption and fw not becoming the ssl termination point).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 23 Aug 2019 16:39:48 GMT</pubDate>
    <dc:creator>Alex10411</dc:creator>
    <dc:date>2019-08-23T16:39:48Z</dc:date>
    <item>
      <title>Usage Difference between SSL Forward Proxy and Inbound Inspection Decryption mode</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/usage-difference-between-ssl-forward-proxy-and-inbound/m-p/284409#M76294</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i have read the articles regarding the types of ssl decryption:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://knowledgebase.paloaltonetworks.com/KCSArticleDetail?id=kA10g000000ClV8CAK" target="_blank"&gt;https://knowledgebase.paloaltonetworks.com/KCSArticleDetail?id=kA10g000000ClV8CAK&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.paloaltonetworks.com/pan-os/9-0/pan-os-admin/decryption/decryption-concepts/ssl-forward-proxy" target="_blank"&gt;https://docs.paloaltonetworks.com/pan-os/9-0/pan-os-admin/decryption/decryption-concepts/ssl-forward-proxy&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.paloaltonetworks.com/pan-os/9-0/pan-os-admin/decryption/decryption-concepts/ssl-inbound-inspection.html" target="_blank"&gt;https://docs.paloaltonetworks.com/pan-os/9-0/pan-os-admin/decryption/decryption-concepts/ssl-inbound-inspection.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, i still dont really understand 'how' to choose decryption mode in our network, whether its inbound or outbound isnt really a criteria. I mean, practically , whats the difference of impact ? What reasons you would have to use one instead of the other?&lt;/P&gt;</description>
      <pubDate>Wed, 21 Aug 2019 18:41:23 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/usage-difference-between-ssl-forward-proxy-and-inbound/m-p/284409#M76294</guid>
      <dc:creator>Alex10411</dc:creator>
      <dc:date>2019-08-21T18:41:23Z</dc:date>
    </item>
    <item>
      <title>Re: Usage Difference between SSL Forward Proxy and Inbound Inspection Decryption mode</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/usage-difference-between-ssl-forward-proxy-and-inbound/m-p/284416#M76295</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SSL Fwd Proxy is when the FW intercepts SSL traffic between client browser and internet server, substituting a self-signed or internal CA cert, so that the FW can decrypt traffic between client and server, as the traffic EGRESSES the FW.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Inbound Inspection, is when you have public CA signed certs and external users need to come INGRESS to your FW (think traffic your DMZ zone as example).&amp;nbsp; Your DMZ servers already have public certs, to support SSL sessions.&amp;nbsp; If you take the public/private key from your internal DMZ server and import into the FW, there is no need for the FW to proxy the connection.&amp;nbsp; The FW uses the same cert to decrypt inbound traffic to your network.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So..&lt;/P&gt;&lt;P&gt;SSL Fwd proxy is decrypting EGRESS traffic, using a self signed or internal CA cert. From internal client to public Internet.&lt;/P&gt;&lt;P&gt;Inbound Inspection is decrypting INGRESS traffic, using public cert.&amp;nbsp; From public client to internal server.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://knowledgebase.paloaltonetworks.com/KCSArticleDetail?id=kA10g000000ClmyCAC" target="_blank"&gt;https://knowledgebase.paloaltonetworks.com/KCSArticleDetail?id=kA10g000000ClmyCAC&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Aug 2019 18:53:08 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/usage-difference-between-ssl-forward-proxy-and-inbound/m-p/284416#M76295</guid>
      <dc:creator>S.Cantwell</dc:creator>
      <dc:date>2019-08-21T18:53:08Z</dc:date>
    </item>
    <item>
      <title>Re: Usage Difference between SSL Forward Proxy and Inbound Inspection Decryption mode</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/usage-difference-between-ssl-forward-proxy-and-inbound/m-p/284658#M76330</link>
      <description>&lt;P&gt;Hello, i kind of understand. However, when you try to implement an inspection and you, as a engineer, only have the details of the flow but no idea if its ingress or egress , for example from one DMZ to another? Will you distinguish the type , from what certificate you will be provided (if any)?&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2019 17:34:29 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/usage-difference-between-ssl-forward-proxy-and-inbound/m-p/284658#M76330</guid>
      <dc:creator>Alex10411</dc:creator>
      <dc:date>2019-08-22T17:34:29Z</dc:date>
    </item>
    <item>
      <title>Re: Usage Difference between SSL Forward Proxy and Inbound Inspection Decryption mode</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/usage-difference-between-ssl-forward-proxy-and-inbound/m-p/284671#M76332</link>
      <description>&lt;P&gt;I would definitely suggest you read the docs on setting up Decryption.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Very brief:&lt;/P&gt;&lt;P&gt;Creating a self signed cert on FW allow the cert to be used for SSL Forward proxy (or EGRESS), because the FW will be intercepting someone's ssl traffic to Facebook (or any other public web server).&amp;nbsp; When the web server from the Internet sends back the publicly signed cert, the FW will substitute the self-signed on, and forward to the user.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now the FW can see traffic from client to FW (make sure no malware/virus, etc in the payload) and then send the traffic to the Internet.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With Inbound Inspection, you take the cert from your DMZ, put it on your FW.&amp;nbsp; Now, when someone from the Internet comes inbound to your DMZ, you have a different cert (that you loaded from your DMZ server onto the FW) and now the FW will intercept the traffic from the Internet (make sure no malware/virus in the payment) and then send into your DMZ.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You will create policies based on SSL Forward Proxy (self signed cert) vs Inbound Inspection (public cert from DMZ).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Again, just a very simple example, so read docs, view Youtube videos, etc..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me knnow what other questions you may have.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2019 19:12:29 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/usage-difference-between-ssl-forward-proxy-and-inbound/m-p/284671#M76332</guid>
      <dc:creator>S.Cantwell</dc:creator>
      <dc:date>2019-08-22T19:12:29Z</dc:date>
    </item>
    <item>
      <title>Re: Usage Difference between SSL Forward Proxy and Inbound Inspection Decryption mode</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/usage-difference-between-ssl-forward-proxy-and-inbound/m-p/284828#M76351</link>
      <description>&lt;P&gt;Thanks once more. So if understood correctly, would use forward proxy when i want to decrypt traffic to the 'outside', like internet and inbound decryption would be towards internal servers? Almost like when we do ssl offload (although with re-encryption and fw not becoming the ssl termination point).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Aug 2019 16:39:48 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/usage-difference-between-ssl-forward-proxy-and-inbound/m-p/284828#M76351</guid>
      <dc:creator>Alex10411</dc:creator>
      <dc:date>2019-08-23T16:39:48Z</dc:date>
    </item>
  </channel>
</rss>

