<?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: Custom URL matching with HTTPS categorization in General Topics</title>
    <link>https://community.checkpoint.com/t5/General-Topics/Custom-URL-matching-with-HTTPS-categorization/m-p/28447#M5780</link>
    <description>&lt;P&gt;In releases prior to R80.30, we only match the CN of the certificate, not the SNI.&lt;BR /&gt;In R80.30+, we can also do this via the verified SNI.&lt;BR /&gt;If you use R80.30, you must have HTTPS Inspection enabled for this to work (not required for R80.40)&lt;/P&gt;
&lt;P&gt;In other releases, you might try using the Application Control Signature Tool:&amp;nbsp;&lt;A class="link-titled" title="https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk103051" href="https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk103051" target="_blank"&gt;Signature Tool for custom Application Control and URL Filtering applications&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;[Edited this post 14 June 2020) to reflect current reality)&lt;/P&gt;</description>
    <pubDate>Mon, 15 Jun 2020 04:39:13 GMT</pubDate>
    <dc:creator>PhoneBoy</dc:creator>
    <dc:date>2020-06-15T04:39:13Z</dc:date>
    <item>
      <title>Custom URL matching with HTTPS categorization</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Custom-URL-matching-with-HTTPS-categorization/m-p/28445#M5778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we are still having issues with rules using custom URLs matching for HTTPS requests. It is working *sometimes*, but most often it is not working (rules doesn't match).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are using HTTPS categorization only, as HTTPS inspection introduced other issues to us (nothing to discuss here).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From my understanding, while having HTTPS categorization in place, the firewall should match the URL against the CN of the SSL certificate of the site being accessed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This indeed seems to work ok for cases where the CN is just a plain string. But for a wildcard certificate, it is apparently not working as expected. An actual example:&lt;/P&gt;&lt;P&gt;Site we would like the rule to match: &lt;A href="https://www.docker.com/"&gt;https://www.docker.com/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;SSL certificate CN of this site is "*.docker.com", also in the certificate there is a "Subject Alternative Name" attribute including "docker.io".&lt;/P&gt;&lt;P&gt;In the URL object on the firewall we used regex like ".*docker\.com.*" (which should match everything containing docker.com). But rule doesn't match.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please clarify the expected behavior, because I couldn't find anything in documentation:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;How is a site's wildcard certificate CN (eg. "*.docker.com") matched against the string in the custom URL object? Is the star in the CN treated as wildcard or just as a character without special meaning?&lt;/LI&gt;&lt;LI&gt;Is the SSL certificate's SAN (Subject Alternative Name) taken into account for matching at all?&lt;/LI&gt;&lt;LI&gt;If the latter is not the case, are there plans to improve matching to take it into account?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Together with support we got the rule working once - by adding ".*docker\.io.*" to the URL regex, but I am in doubt that this fixed the root cause. After some time the rule stopped working again without any change done on the firewall.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2018 14:12:32 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Custom-URL-matching-with-HTTPS-categorization/m-p/28445#M5778</guid>
      <dc:creator>Markus_Marquard</dc:creator>
      <dc:date>2018-09-20T14:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: Custom URL matching with HTTPS categorization</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Custom-URL-matching-with-HTTPS-categorization/m-p/28446#M5779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class=""&gt;We are having same kind of issues in our environment. Without HTTPs inspection it will not work as expected on 100%. Some websites are categorized properly, but some of them doesn’t match at all even with wildcards.Also using regex without HTTPS inspection is not recommended way to define custom app object&lt;/P&gt;&lt;P class=""&gt;&lt;A href="https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk127592"&gt;https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk127592&lt;/A&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2018 19:39:21 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Custom-URL-matching-with-HTTPS-categorization/m-p/28446#M5779</guid>
      <dc:creator>Martin_Valenta</dc:creator>
      <dc:date>2018-09-20T19:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: Custom URL matching with HTTPS categorization</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Custom-URL-matching-with-HTTPS-categorization/m-p/28447#M5780</link>
      <description>&lt;P&gt;In releases prior to R80.30, we only match the CN of the certificate, not the SNI.&lt;BR /&gt;In R80.30+, we can also do this via the verified SNI.&lt;BR /&gt;If you use R80.30, you must have HTTPS Inspection enabled for this to work (not required for R80.40)&lt;/P&gt;
&lt;P&gt;In other releases, you might try using the Application Control Signature Tool:&amp;nbsp;&lt;A class="link-titled" title="https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk103051" href="https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk103051" target="_blank"&gt;Signature Tool for custom Application Control and URL Filtering applications&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;[Edited this post 14 June 2020) to reflect current reality)&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jun 2020 04:39:13 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Custom-URL-matching-with-HTTPS-categorization/m-p/28447#M5780</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2020-06-15T04:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: Custom URL matching with HTTPS categorization</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Custom-URL-matching-with-HTTPS-categorization/m-p/28448#M5781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, I (or let's say my users) would really appreciate if the SNI matching would make the way into the GA release. Is there any reason against? I will ask my Check Point contact about this also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Indeed, using the ACST tool it is possible to check also SNI. I will give it a try.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2018 11:16:13 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Custom-URL-matching-with-HTTPS-categorization/m-p/28448#M5781</guid>
      <dc:creator>Markus_Marquard</dc:creator>
      <dc:date>2018-10-01T11:16:13Z</dc:date>
    </item>
    <item>
      <title>Re: Custom URL matching with HTTPS categorization</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Custom-URL-matching-with-HTTPS-categorization/m-p/28449#M5782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is funny, because Check Point support was suggesting to USE regex.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2018 11:18:13 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Custom-URL-matching-with-HTTPS-categorization/m-p/28449#M5782</guid>
      <dc:creator>Markus_Marquard</dc:creator>
      <dc:date>2018-10-01T11:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: Custom URL matching with HTTPS categorization</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Custom-URL-matching-with-HTTPS-categorization/m-p/28450#M5783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I assume that we will bring this support into the maintrain, but not sure of the timelines on that.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2018 15:19:59 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Custom-URL-matching-with-HTTPS-categorization/m-p/28450#M5783</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2018-10-01T15:19:59Z</dc:date>
    </item>
    <item>
      <title>Re: Custom URL matching with HTTPS categorization</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Custom-URL-matching-with-HTTPS-categorization/m-p/53295#M10620</link>
      <description>&lt;P&gt;Local Checkpoint had provided the SNI wrapper HOTFIX for blocking the HTTPS sites&amp;nbsp; and we are doing "Categorize HTTPS websites" not HTTPS Inspection. It worked after the installation with Take 154 and even the file had been added for BOOT SURVIVAL. After a week related some other troubleshooting i had done a reboot and the SNI feature stopped working.&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2019 10:24:12 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Custom-URL-matching-with-HTTPS-categorization/m-p/53295#M10620</guid>
      <dc:creator>sajin</dc:creator>
      <dc:date>2019-05-13T10:24:12Z</dc:date>
    </item>
    <item>
      <title>Re: Custom URL matching with HTTPS categorization</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Custom-URL-matching-with-HTTPS-categorization/m-p/87362#M17556</link>
      <description>&lt;P&gt;Dear&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; domain:etax.sichuan.chinatax.gov.cn,it's a https site,i can not limit with URL filtering rule,this is why?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-SPOILER&gt;I set the rule as follow:&lt;/LI-SPOILER&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.png" style="width: 999px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/6360iA7EC7E81CEB80F13/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.png" alt="1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;LI-SPOILER&gt;This domain "Commom names" and "Alternative" is :*.sichuan.chinatax.gov.cn&amp;nbsp;&lt;/LI-SPOILER&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2.png" style="width: 999px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/6361i1E1072737CA52B2C/image-size/large?v=v2&amp;amp;px=999" role="button" title="2.png" alt="2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I have check box of "Categorize HTTPS websites".&lt;/P&gt;&lt;P&gt;What is the probable cause? thanks!&lt;/P&gt;&lt;P&gt;My checkpoint R80.30 ,SMS with HF 191,Firewall with HF196.&lt;/P&gt;&lt;P&gt;I have test it by different serveral&amp;nbsp; sms+sg ,all of them have the same issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jun 2020 04:09:39 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Custom-URL-matching-with-HTTPS-categorization/m-p/87362#M17556</guid>
      <dc:creator>Jeff_Gao</dc:creator>
      <dc:date>2020-06-05T04:09:39Z</dc:date>
    </item>
    <item>
      <title>Re: Custom URL matching with HTTPS categorization</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Custom-URL-matching-with-HTTPS-categorization/m-p/87374#M17561</link>
      <description>&lt;P&gt;I enable SNI support follow&amp;nbsp;&lt;SPAN&gt;sk145112:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[Expert@WUXI-EDGE-FW01:0]# fw ctl get int enable_domain_fronting_protection&lt;BR /&gt;enable_domain_fronting_protection = 1&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I also capture when client access "etax.sichuan.chinatax.gov.cn",i can see the sni from capture,as follow:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SNI.png" style="width: 915px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/6362iFCB09680F486AE9A/image-size/large?v=v2&amp;amp;px=999" role="button" title="SNI.png" alt="SNI.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;but it still can not match the url filtering rule.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jun 2020 06:29:30 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Custom-URL-matching-with-HTTPS-categorization/m-p/87374#M17561</guid>
      <dc:creator>Jeff_Gao</dc:creator>
      <dc:date>2020-06-05T06:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: Custom URL matching with HTTPS categorization</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Custom-URL-matching-with-HTTPS-categorization/m-p/87737#M17673</link>
      <description>this is certificate issue. the ca cert of this site not be trust,so firewall drop the traffic,i tried to import the ca to trusts ca in https inspection and install policy,then reboot the firewall,all work.</description>
      <pubDate>Tue, 09 Jun 2020 13:04:27 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Custom-URL-matching-with-HTTPS-categorization/m-p/87737#M17673</guid>
      <dc:creator>Jeff_Gao</dc:creator>
      <dc:date>2020-06-09T13:04:27Z</dc:date>
    </item>
  </channel>
</rss>

