<?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: R80.x - Performance Tuning Tip - SNI vs. https inspection in General Topics</title>
    <link>https://community.checkpoint.com/t5/General-Topics/R80-x-Performance-Tuning-Tip-SNI-vs-https-inspection/m-p/71823#M14554</link>
    <description>&lt;P&gt;It works as described in this article.&lt;/P&gt;</description>
    <pubDate>Wed, 08 Jan 2020 06:48:53 GMT</pubDate>
    <dc:creator>Kyu_Jung</dc:creator>
    <dc:date>2020-01-08T06:48:53Z</dc:date>
    <item>
      <title>R80.x - Performance Tuning Tip - SNI vs. https inspection</title>
      <link>https://community.checkpoint.com/t5/General-Topics/R80-x-Performance-Tuning-Tip-SNI-vs-https-inspection/m-p/70970#M14370</link>
      <description>&lt;TABLE style="border: 1px solid #c6c6c6; border-collapse: separate; border-radius: 5px; background-color: #e15180; padding: 6px; text-indent: 10px;" width="100%"&gt;
&lt;THEAD&gt;
&lt;TR&gt;
&lt;TH align="left"&gt;&lt;FONT size="4" color="#ffffff"&gt;R80.20+ with enabled HTTPS inspection&lt;BR /&gt;&lt;/FONT&gt;&lt;/TH&gt;
&lt;/TR&gt;
&lt;/THEAD&gt;
&lt;/TABLE&gt;
&lt;P&gt;&lt;BR /&gt;If the https &lt;STRONG&gt;inspection is enabled&lt;/STRONG&gt;, the parameter&amp;nbsp;host&amp;nbsp;from http header&amp;nbsp;can be used for the url because the traffic is analyzed by active streaming.&amp;nbsp;Check Point Active Streaming (CPAS) allow the changing of data, we play the role of “man in the middle”. CPAS breaks the connection into two parts using our own stack – this mean, we are responsible for all the stack work (dealing with options, retransmissions, timers etc.). An application is register to CPAS when a connection start and supply callbacks for event handler and read handler. Several protocols uses CPAS, for example: HTTPS or also VoIP (SIP, Skinny/SCCP, H.323, etc.), Security Servers processes, etc.&amp;nbsp;CPAS breaks the HTTPS connection into two parts using our own stack – this mean, we are responsible for all the stack work (dealing with options, retransmissions, timers etc.)&amp;nbsp;&lt;/P&gt;
&lt;P&gt;More read here:&amp;nbsp;&lt;A href="https://community.checkpoint.com/t5/General-Topics/R80-x-Security-Gateway-Architecture-Content-Inspection/td-p/41665" target="_blank" rel="noopener"&gt;R80.x Security Gateway Architecture (Content Inspection)&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR style="background-color: #c0c0c0;"&gt;
&lt;TD width="100%" height="19px"&gt;&lt;STRONG&gt;Tip 1&lt;/STRONG&gt; - Enable https inspection on the gateway for R80.30&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&lt;BR /&gt;&amp;gt; Gateway &amp;amp; Service &amp;gt; [Gateway] &amp;gt; HTTPS Inspection&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="https_interception2.jpg" style="width: 704px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/3816i9BB358CC6D0E92FE/image-dimensions/704x314?v=v2" width="704" height="314" role="button" title="https_interception2.jpg" alt="https_interception2.jpg" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Now creat https rules and configure all blades&lt;/P&gt;
&lt;TABLE style="border: 1px solid #c6c6c6; border-collapse: separate; border-radius: 5px; background-color: #e15180; padding: 6px; text-indent: 10px;" width="100%"&gt;
&lt;THEAD&gt;
&lt;TR&gt;
&lt;TH align="left"&gt;&lt;FONT size="4" color="#ffffff"&gt;R80.20+ without enabled HTTPS inspection (use SNI)&lt;/FONT&gt;&lt;/TH&gt;
&lt;/TR&gt;
&lt;/THEAD&gt;
&lt;/TABLE&gt;
&lt;P&gt;&lt;BR /&gt;If the https inspection is bypassed by https inspection rule,&amp;nbsp;&lt;STRONG&gt;SNI is used&lt;/STRONG&gt;&amp;nbsp;to recognize the virtual URL for&amp;nbsp;&lt;STRONG&gt;application control&amp;nbsp;&lt;/STRONG&gt;and&lt;STRONG&gt;&amp;nbsp;url filtering&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;SNI is investigated during TLS Handshake it inspect the ‘Client Hello’ SNI field and &lt;BR /&gt;the server name in ‘Server Hello’. The subject field content is compared with the server name. If subject contains a Wildcard the content of subject alt name field is inspected: A valid certificate would include the server name here.&lt;/P&gt;
&lt;P&gt;For more informations&amp;nbsp; about URL Filtering see sk92743.&lt;BR /&gt;More read here:&amp;nbsp;&lt;A href="https://community.checkpoint.com/fyrhh23835/attachments/fyrhh23835/general-topics/10433/1/URL%20Filtering%20using%20SNI%20for%20HTTPS%20websites.pdf" target="_blank" rel="noopener"&gt;URL Filtering using SNI for HTTPS websites.pdf&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR style="background-color: #c0c0c0;"&gt;
&lt;TD width="100%"&gt;&lt;STRONG&gt;Tip 2&lt;/STRONG&gt; - Enable SNI without https inspection in R80.30 for “Application Control &amp;amp; URL Filtering Settings”&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&lt;BR /&gt;&amp;gt; Gateway &amp;amp; Service &amp;gt; [Gateway] &amp;gt; HTTPS Inspection&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="https_interception2.jpg" style="width: 706px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/3828i496AF059ACC84C16/image-dimensions/706x314?v=v2" width="706" height="314" role="button" title="https_interception2.jpg" alt="https_interception2.jpg" /&gt;&lt;/span&gt;&lt;BR /&gt;&amp;gt; Creat HTTPS bypass rule&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="https_sni_rule2.jpg" style="width: 703px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/3829i2163E3D3C7E7EBE6/image-dimensions/703x65?v=v2" width="703" height="65" role="button" title="https_sni_rule2.jpg" alt="https_sni_rule2.jpg" /&gt;&lt;/span&gt;&lt;BR /&gt;&amp;gt; Management &amp;amp; Settings &amp;gt; Blades &amp;gt; Application Control &amp;gt; Advanced Settings&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="https_sni_urlf2.jpg" style="width: 704px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/3817i99C7FC25415CBE37/image-dimensions/704x251?v=v2" width="704" height="251" role="button" title="https_sni_urlf2.jpg" alt="https_sni_urlf2.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR style="background-color: #c0c0c0;"&gt;
&lt;TD width="100%"&gt;&lt;STRONG&gt;Tip 3&lt;/STRONG&gt; - Performance view SNI vs. HTTPS inspection&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&lt;BR /&gt;From a performance view, it is more effective to use the SNI function if you only use URL filtering and application control.&lt;/P&gt;
&lt;TABLE style="border: 1px solid #c6c6c6; border-collapse: separate; border-radius: 5px; background-color: #e15180; padding: 6px; text-indent: 10px;" width="100%"&gt;
&lt;THEAD&gt;
&lt;TR&gt;
&lt;TH align="left"&gt;&lt;FONT size="4" color="#ffffff"&gt;Chapter&lt;/FONT&gt;&lt;/TH&gt;
&lt;/TR&gt;
&lt;/THEAD&gt;
&lt;/TABLE&gt;
&lt;P&gt;&lt;STRONG&gt;More interesting articles:&lt;BR /&gt;&lt;/STRONG&gt;&lt;A href="https://community.checkpoint.com/t5/General-Topics/R80-x-Architecture-and-Performance-Tuning-Link-Collection/m-p/47883#M9336" target="_blank" rel="noopener" data-objecttype="102"&gt;- R80.x Architecture and Performance Tuning - Link Collection&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://cp.ankenbrand24.de" target="_blank" rel="noopener nofollow noopener noreferrer noopener noreferrer"&gt;- Article list (Heiko Ankenbrand)&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 21 Dec 2019 20:04:37 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/R80-x-Performance-Tuning-Tip-SNI-vs-https-inspection/m-p/70970#M14370</guid>
      <dc:creator>HeikoAnkenbrand</dc:creator>
      <dc:date>2019-12-21T20:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: R80.x - Performance Tuning Tip - SNI vs. https inspection</title>
      <link>https://community.checkpoint.com/t5/General-Topics/R80-x-Performance-Tuning-Tip-SNI-vs-https-inspection/m-p/71012#M14384</link>
      <description>Hi, one error here: in R80.30x , HTTPS Inspection must be enabled for SNI Verification to take place.&lt;BR /&gt;I believe you can leave a bypass rule as the only rule and it should still work.&lt;BR /&gt;Believe this limitation will be removed in R80.40.</description>
      <pubDate>Fri, 20 Dec 2019 19:04:04 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/R80-x-Performance-Tuning-Tip-SNI-vs-https-inspection/m-p/71012#M14384</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2019-12-20T19:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: R80.x - Performance Tuning Tip - SNI vs. https inspection</title>
      <link>https://community.checkpoint.com/t5/General-Topics/R80-x-Performance-Tuning-Tip-SNI-vs-https-inspection/m-p/71032#M14390</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Yes, you're right. &lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;I have already written it for R80.40 EA. I have now changed it to R80.30.&lt;/P&gt;
&lt;P&gt;R80.40 settings follow if it is GA:-)&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 21 Dec 2019 20:01:31 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/R80-x-Performance-Tuning-Tip-SNI-vs-https-inspection/m-p/71032#M14390</guid>
      <dc:creator>HeikoAnkenbrand</dc:creator>
      <dc:date>2019-12-21T20:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: R80.x - Performance Tuning Tip - SNI vs. https inspection</title>
      <link>https://community.checkpoint.com/t5/General-Topics/R80-x-Performance-Tuning-Tip-SNI-vs-https-inspection/m-p/71823#M14554</link>
      <description>&lt;P&gt;It works as described in this article.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jan 2020 06:48:53 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/R80-x-Performance-Tuning-Tip-SNI-vs-https-inspection/m-p/71823#M14554</guid>
      <dc:creator>Kyu_Jung</dc:creator>
      <dc:date>2020-01-08T06:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: R80.x - Performance Tuning Tip - SNI vs. https inspection</title>
      <link>https://community.checkpoint.com/t5/General-Topics/R80-x-Performance-Tuning-Tip-SNI-vs-https-inspection/m-p/84537#M17054</link>
      <description>&lt;P&gt;for Tip2...&lt;BR /&gt;&lt;BR /&gt;you can enable bypass also via cli:&lt;BR /&gt;fw ctl set int bypass_on_enhanced_ssl_inspection 1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;--&lt;BR /&gt;ak.&lt;/P&gt;</description>
      <pubDate>Fri, 08 May 2020 07:44:07 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/R80-x-Performance-Tuning-Tip-SNI-vs-https-inspection/m-p/84537#M17054</guid>
      <dc:creator>Andrejs__Андрей</dc:creator>
      <dc:date>2020-05-08T07:44:07Z</dc:date>
    </item>
  </channel>
</rss>

