<?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: NGINX configuration for SSL Inbound Inspection in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/nginx-configuration-for-ssl-inbound-inspection/m-p/404833#M91936</link>
    <description>&lt;P&gt;&lt;SPAN&gt;ECDHE-RSA-AES128-GCM-SHA256 or&amp;nbsp;DHE-RSA-AES128-GCM-SHA256 should work. try removing all the other cyphers as too many could cause conflicts that have one side give up before they can reach a desirable pair&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 04 May 2021 20:50:17 GMT</pubDate>
    <dc:creator>reaper</dc:creator>
    <dc:date>2021-05-04T20:50:17Z</dc:date>
    <item>
      <title>NGINX configuration for SSL Inbound Inspection</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/nginx-configuration-for-ssl-inbound-inspection/m-p/404694#M91926</link>
      <description>&lt;P&gt;Hello everybody,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I'm trying to enable SSL Inbound Inspection to decrypt traffic to an internal webserver that runs on NGINX. I have already added the server certificate and key, and set up the corresponding decryption policy. The problem is that the firewall is not able to decrypt the traffic due to unsupported cipher, so I'm trying to force the NGINX web server to use only the PAN-OS 10 supported cipher suites.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;By default, the NGINX server si configured as follows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;ssl_protocols TLSv1.2 TLSv1.3;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;ssl_ciphers "ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384";&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PAN-OS 10 supports the following cipher suites:&amp;nbsp;&lt;A href="https://docs.paloaltonetworks.com/compatibility-matrix/supported-cipher-suites/cipher-suites-supported-in-pan-os-10-0/cipher-suites-supported-in-pan-os-10-0-decryption.html#id11638f8b-8bc0-4189-800d-43f1567339b6" target="_blank"&gt;https://docs.paloaltonetworks.com/compatibility-matrix/supported-cipher-suites/cipher-suites-supported-in-pan-os-10-0/cipher-suites-supported-in-pan-os-10-0-decryption.html#id11638f8b-8bc0-4189-800d-43f1567339b6&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;anyway I'm not able to select the right combination to make the webserver and the decryption work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anybody have any working NGINX configuration example?&lt;/P&gt;</description>
      <pubDate>Tue, 04 May 2021 09:43:06 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/nginx-configuration-for-ssl-inbound-inspection/m-p/404694#M91926</guid>
      <dc:creator>grenzi</dc:creator>
      <dc:date>2021-05-04T09:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: NGINX configuration for SSL Inbound Inspection</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/nginx-configuration-for-ssl-inbound-inspection/m-p/404833#M91936</link>
      <description>&lt;P&gt;&lt;SPAN&gt;ECDHE-RSA-AES128-GCM-SHA256 or&amp;nbsp;DHE-RSA-AES128-GCM-SHA256 should work. try removing all the other cyphers as too many could cause conflicts that have one side give up before they can reach a desirable pair&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 04 May 2021 20:50:17 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/nginx-configuration-for-ssl-inbound-inspection/m-p/404833#M91936</guid>
      <dc:creator>reaper</dc:creator>
      <dc:date>2021-05-04T20:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: NGINX configuration for SSL Inbound Inspection</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/nginx-configuration-for-ssl-inbound-inspection/m-p/405754#M92036</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/7608"&gt;@reaper&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;&lt;SPAN&gt;ECDHE-RSA-AES128-GCM-SHA256 or&amp;nbsp;DHE-RSA-AES128-GCM-SHA256 should work. try removing all the other cyphers as too many could cause conflicts that have one side give up before they can reach a desirable pair&lt;/SPAN&gt;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;BR /&gt;Unfortunately I get always the same error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;Unsupported cipher. Supported client cipher bitmask: 0x00000000. Supported decrypt profile cipher bitmask: 0x04740614.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't know what that "bitmask: 0x00000000" means.&lt;/P&gt;</description>
      <pubDate>Mon, 10 May 2021 08:04:49 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/nginx-configuration-for-ssl-inbound-inspection/m-p/405754#M92036</guid>
      <dc:creator>grenzi</dc:creator>
      <dc:date>2021-05-10T08:04:49Z</dc:date>
    </item>
  </channel>
</rss>

