<?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: sk83520 how to check connectivity to CP in Firewall and Security Management</title>
    <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/sk83520-how-to-check-connectivity-to-CP/m-p/31868#M2552</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There's a reason this is one of my favorite SKs: I believe I originated it &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://community.checkpoint.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Feb 2018 23:28:03 GMT</pubDate>
    <dc:creator>PhoneBoy</dc:creator>
    <dc:date>2018-02-22T23:28:03Z</dc:date>
    <item>
      <title>sk83520 how to check connectivity to CP</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/sk83520-how-to-check-connectivity-to-CP/m-p/31867#M2551</link>
      <description>&lt;P&gt;One of &lt;A href="https://community.checkpoint.com/migrated-users/2075" target="_blank" rel="noopener"&gt;Dameon Welch Abernathy&lt;/A&gt;‌ favorite SKs &lt;IMG class="emoticon emoticon-smileyhappy" src="https://community.checkpoint.com/i/smilies/16x16_smiley-happy.png" border="0" alt="Smiley Happy" title="Smiley Happy" /&gt;&amp;nbsp;mine too.&amp;nbsp; I'm sure most have already&amp;nbsp;written own check scripts, but if you have been too busy you may use this one. Output will look like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG style="width: 620px; height: 290px;" class="image-1 jive-image" src="https://community.checkpoint.com/legacyfs/online/checkpoint/63250_pastedImage_3.png" border="0" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If needed you may chuck in &lt;EM&gt;--proxy &amp;lt;your proxy&amp;gt;&lt;/EM&gt; option into &lt;EM&gt;curl_cli&lt;/EM&gt; command. &amp;nbsp;Just didn't want to make it too complex - this is just a quick fix to verify HTTP/S connectivity towards various CP servers in seconds.&lt;/P&gt;
&lt;P&gt;FYI, I noticed that "&lt;EM&gt;push.checkpoint.com&lt;/EM&gt;" returns 403 Forbidden, so I left it as "NOK" for now - script will only accept 200 OK, 301 Moved and 302 Found as valid response&lt;/P&gt;
&lt;P&gt;As you will notice, you can add your own URLs to be checked at the bottom if you wish.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;#!/bin/bash
check_url () {
 result=" [ NOK ]"
 name="$2 "
 while [ ${#name} -lt 74 ]; do name="$name."; done
 echo -en "$name "
 if [ `curl_cli -Lisk $1 | head -1 | egrep -c "1.1 200|OK|Found|Moved"` -gt 0 ]; then result=" [ OK ]"; fi
 echo $result
}

echo
echo "sk83520 How to verify that Security Gateway and/or Security Management Server can access Check Point servers"
echo

check_url 'http://cws.checkpoint.com/APPI/SystemStatus/type/short' 'Social Media Widget Detection'
check_url 'http://cws.checkpoint.com/URLF/SystemStatus/type/short' 'URL Filtering Cloud Categorization'
check_url 'http://cws.checkpoint.com/AntiVirus/SystemStatus/type/short' 'Virus Detection'
check_url 'http://cws.checkpoint.com/Malware/SystemStatus/type/short' 'Bot Detection'
check_url 'https://updates.checkpoint.com/' 'IPS Updates and Updatable Objects'
check_url 'http://crl.globalsign.com' 'CRL Globalsign'
check_url 'http://dl3.checkpoint.com' 'Download Service Updates '
check_url 'https://usercenter.checkpoint.com/usercenter/services/ProductCoverageService' 'Contract Entitlement '
check_url 'https://usercenter.checkpoint.com/usercenter/services/BladesManagerService' 'Software Blades Manager Service'
check_url 'http://resolver1.chkp.ctmail.com' 'Suspicious Mail Outbreaks'
check_url 'http://download.ctmail.com' 'Anti-Spam'
check_url 'http://te.checkpoint.com/tecloud/Ping' 'Threat Emulation'
check_url 'http://teadv.checkpoint.com' 'Threat Emulation Advanced'
check_url 'https://threat-emulation.checkpoint.com/tecloud/Ping' 'Threat Emulation'
check_url 'https://ptcs.checkpoint.com' 'PTC Updates'
check_url 'http://kav8.zonealarm.com/version.txt' 'Deep inspection'
check_url 'http://kav8.checkpoint.com' 'Traditional Anti-Virus'
check_url 'http://avupdates.checkpoint.com/UrlList.txt' 'Traditional Anti-Virus, Legacy URL Filtering'
check_url 'http://sigcheck.checkpoint.com/Siglist2.txt' 'Download of signature updates'
check_url 'http://secureupdates.checkpoint.com' 'Manage Security Gateways'
check_url 'https://productcoverage.checkpoint.com/ProductCoverageService' 'Makes sure the machines contracts are up-to-date'
check_url 'https://sc1.checkpoint.com/sc/images/checkmark.gif' 'Download of icons and screenshots from Check Point media storage servers'
check_url 'https://sc1.checkpoint.com/za/images/facetime/large_png/60342479_lrg.png' 'Download of icons and screenshots from Check Point media storage servers'
check_url 'https://sc1.checkpoint.com/za/images/facetime/large_png/60096017_lrg.png' 'Download of icons and screenshots from Check Point media storage servers'
check_url 'https://push.checkpoint.com/push/ping' 'Push Notifications '
check_url 'http://downloads.checkpoint.com' 'Download of Endpoint Compliance Updates'
check_url 'http://productservices.checkpoint.com' 'Next Generation Licensing'
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Apr 2021 07:04:12 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/sk83520-how-to-check-connectivity-to-CP/m-p/31867#M2551</guid>
      <dc:creator>Kaspars_Zibarts</dc:creator>
      <dc:date>2021-04-12T07:04:12Z</dc:date>
    </item>
    <item>
      <title>Re: sk83520 how to check connectivity to CP</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/sk83520-how-to-check-connectivity-to-CP/m-p/31868#M2552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There's a reason this is one of my favorite SKs: I believe I originated it &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://community.checkpoint.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Feb 2018 23:28:03 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/sk83520-how-to-check-connectivity-to-CP/m-p/31868#M2552</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2018-02-22T23:28:03Z</dc:date>
    </item>
    <item>
      <title>Re: sk83520 how to check connectivity to CP</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/sk83520-how-to-check-connectivity-to-CP/m-p/31869#M2553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks &lt;A href="https://community.checkpoint.com/migrated-users/47831"&gt;https://community.checkpoint.com/people/kaspa0460ae43-b630-4a72-b063-0a8888fa3bb5&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Feb 2018 13:31:50 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/sk83520-how-to-check-connectivity-to-CP/m-p/31869#M2553</guid>
      <dc:creator>XavierBens</dc:creator>
      <dc:date>2018-02-23T13:31:50Z</dc:date>
    </item>
    <item>
      <title>Re: sk83520 how to check connectivity to CP</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/sk83520-how-to-check-connectivity-to-CP/m-p/31870#M2554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;how do you know 200 OK is necessarily means the service is ok ?&lt;/P&gt;&lt;P&gt;I mean what if http is 200 but XML returns service error or something ?&lt;/P&gt;&lt;P&gt;also, using grep on 'Found' prints OK also for 404 Not Found so you need to&amp;nbsp;change your if statement to something like this:&lt;/P&gt;&lt;P&gt;if [ `curl_cli -Lisk $1 | head -1 | egrep "OK|Found|Moved" | egrep -c -v "Not Found"` -gt 0 ]; then result=" [ OK ]"; fi&lt;BR /&gt; echo $result&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i still found some FP using this script, see TE response for example which the script returns OK for it.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[Expert@Kings_Landing:0]# curl_cli -Lisk '&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://te.checkpoint.com" rel="nofollow"&gt;http://te.checkpoint.com&lt;/A&gt;&lt;SPAN&gt;'&lt;/SPAN&gt;&lt;BR /&gt;HTTP/1.1 302 Found&lt;BR /&gt;&lt;SPAN&gt;Location: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://te.checkpoint.com/" rel="nofollow"&gt;https://te.checkpoint.com/&lt;/A&gt;&lt;BR /&gt;Connection: close&lt;/P&gt;&lt;P&gt;HTTP/1.1 403 Forbidden&lt;BR /&gt;Date: Mon, 23 Apr 2018 08:37:07 GMT&lt;BR /&gt;Server: CPWS&lt;BR /&gt;Vary: accept-language,accept-charset&lt;BR /&gt;Accept-Ranges: bytes&lt;BR /&gt;Transfer-Encoding: chunked&lt;BR /&gt;Content-Type: text/html; charset=iso-8859-1&lt;BR /&gt;Content-Language: en&lt;BR /&gt;Set-Cookie: te_cookie=ANPHKIMA; Domain=te.checkpoint.com; Expires=Thu, 20-Apr-2028 08:51:56 GMT; Path=/&lt;/P&gt;&lt;P&gt;&amp;lt;?xml version="1.0" encoding="ISO-8859-1"?&amp;gt;&lt;BR /&gt;&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"&lt;BR /&gt;&lt;SPAN&gt; "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" rel="nofollow"&gt;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;html xmlns="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.w3.org/1999/xhtml" rel="nofollow"&gt;http://www.w3.org/1999/xhtml&lt;/A&gt;&lt;SPAN&gt;" lang="en" xml:lang="en"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&amp;lt;head&amp;gt;&lt;BR /&gt;&amp;lt;title&amp;gt;Access forbidden!&amp;lt;/title&amp;gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;link rev="made" href="mailto:&lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:systems@us.checkpoint.com"&gt;systems@us.checkpoint.com&lt;/A&gt;&lt;SPAN&gt;" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&amp;lt;style type="text/css"&amp;gt;&amp;lt;!--/*--&amp;gt;&amp;lt;![CDATA[/*&amp;gt;&amp;lt;!--*/&lt;BR /&gt; body { color: #000000; background-color: #FFFFFF; }&lt;BR /&gt; a:link { color: #0000CC; }&lt;BR /&gt; p, address {margin-left: 3em;}&lt;BR /&gt; span {font-size: smaller;}&lt;BR /&gt;/*]]&amp;gt;*/--&amp;gt;&amp;lt;/style&amp;gt;&lt;BR /&gt;&amp;lt;/head&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;body&amp;gt;&lt;BR /&gt;&amp;lt;h1&amp;gt;Access forbidden!&amp;lt;/h1&amp;gt;&lt;BR /&gt;&amp;lt;p&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; You don't have permission to access the requested directory.&lt;BR /&gt; There is either no index document or the directory is read-protected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/p&amp;gt;&lt;BR /&gt;&amp;lt;p&amp;gt;&lt;BR /&gt;If you think this is a server error, please contact&lt;BR /&gt;&lt;SPAN&gt;the &amp;lt;a href="mailto:&lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:systems@us.checkpoint.com"&gt;systems@us.checkpoint.com&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;webmaster&amp;lt;/a&amp;gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/p&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;h2&amp;gt;Error 403&amp;lt;/h2&amp;gt;&lt;BR /&gt;&amp;lt;address&amp;gt;&lt;BR /&gt; &amp;lt;a href="https://community.checkpoint.com/"&amp;gt;te.checkpoint.com&amp;lt;/a&amp;gt;&amp;lt;br /&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;span&amp;gt;Mon Apr 23 10:37:07 2018&amp;lt;br /&amp;gt;&lt;BR /&gt; Apache&amp;lt;/span&amp;gt;&lt;BR /&gt;&amp;lt;/address&amp;gt;&lt;BR /&gt;&amp;lt;/body&amp;gt;&lt;BR /&gt;&amp;lt;/html&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2018 08:46:31 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/sk83520-how-to-check-connectivity-to-CP/m-p/31870#M2554</guid>
      <dc:creator>Oren_Nudelman</dc:creator>
      <dc:date>2018-04-23T08:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: sk83520 how to check connectivity to CP</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/sk83520-how-to-check-connectivity-to-CP/m-p/31871#M2555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think if you get ANY response from it, you have connectivity (which is the main point of the SK).&lt;/P&gt;&lt;P&gt;If the services themselves aren't working, that's a different issue &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://community.checkpoint.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2018 14:01:53 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/sk83520-how-to-check-connectivity-to-CP/m-p/31871#M2555</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2018-04-23T14:01:53Z</dc:date>
    </item>
    <item>
      <title>Re: sk83520 how to check connectivity to CP</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/sk83520-how-to-check-connectivity-to-CP/m-p/31872#M2556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IMO, the OK here is abused since you get OK for both 403 and 404 so it's not so reliable.&lt;/P&gt;&lt;P&gt;if the tool is checking http level it should print http status code and reason instead of ok.&lt;/P&gt;&lt;P&gt;but that's just me... &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2018 14:52:11 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/sk83520-how-to-check-connectivity-to-CP/m-p/31872#M2556</guid>
      <dc:creator>Oren_Nudelman</dc:creator>
      <dc:date>2018-04-23T14:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: sk83520 how to check connectivity to CP</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/sk83520-how-to-check-connectivity-to-CP/m-p/31873#M2557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A more consistent status code would be an improvement, I agree.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2018 15:20:06 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/sk83520-how-to-check-connectivity-to-CP/m-p/31873#M2557</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2018-04-23T15:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: sk83520 how to check connectivity to CP</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/sk83520-how-to-check-connectivity-to-CP/m-p/31874#M2558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this code, i added check to last HTTP response and if it's not 200 it print error with status code&lt;/P&gt;&lt;P&gt;#!/bin/bash&lt;BR /&gt;check_url () {&lt;BR /&gt; result=" [ ERROR ]"&lt;BR /&gt; name="$2 "&lt;BR /&gt; while [ ${#name} -lt 74 ]; do name="$name."; done&lt;BR /&gt; echo -en "$name "&lt;BR /&gt; response=$(curl_cli -LiskI $1 | grep "HTTP/1.1" | awk 'END { print }')&lt;BR /&gt; status=$(echo "${response}" | awk 'END { print $2 " " $3 " " $4}')&lt;BR /&gt; status_code=$(echo ${response} | awk '{ print $2 }')&lt;BR /&gt; if [ "${status_code}" != "200" ]; then&lt;BR /&gt; echo "${result} - Got HTTP ${status_code}"&lt;BR /&gt; else result=" [ OK ]"&lt;BR /&gt; echo "${result}"&lt;BR /&gt; fi&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;echo&lt;BR /&gt;echo "sk83520 How to verify that Security Gateway and/or Security Management Server can access Check Point servers"&lt;BR /&gt;echo&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;check_url '&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://cws.checkpoint.com/APPI/SystemStatus/type/short" rel="nofollow"&gt;http://cws.checkpoint.com/APPI/SystemStatus/type/short&lt;/A&gt;&lt;SPAN&gt;' 'Social Media Widget Detection'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;check_url '&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://cws.checkpoint.com/URLF/SystemStatus/type/short" rel="nofollow"&gt;http://cws.checkpoint.com/URLF/SystemStatus/type/short&lt;/A&gt;&lt;SPAN&gt;' 'URL Filtering Cloud Categorization'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;check_url '&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://cws.checkpoint.com/AntiVirus/SystemStatus/type/short" rel="nofollow"&gt;http://cws.checkpoint.com/AntiVirus/SystemStatus/type/short&lt;/A&gt;&lt;SPAN&gt;' 'Virus Detection'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;check_url '&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://cws.checkpoint.com/Malware/SystemStatus/type/short" rel="nofollow"&gt;http://cws.checkpoint.com/Malware/SystemStatus/type/short&lt;/A&gt;&lt;SPAN&gt;' 'Bot Detection'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;check_url '&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://updates.checkpoint.com/" rel="nofollow"&gt;https://updates.checkpoint.com/&lt;/A&gt;&lt;SPAN&gt;' 'IPS Updates'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;check_url '&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://dl3.checkpoint.com" rel="nofollow"&gt;http://dl3.checkpoint.com&lt;/A&gt;&lt;SPAN&gt;' 'Download Service Updates '&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;check_url '&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://usercenter.checkpoint.com/usercenter/services/ProductCoverageService" rel="nofollow"&gt;https://usercenter.checkpoint.com/usercenter/services/ProductCoverageService&lt;/A&gt;&lt;SPAN&gt;' 'Contract Entitlement '&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;check_url '&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://usercenter.checkpoint.com/usercenter/services/BladesManagerService" rel="nofollow"&gt;https://usercenter.checkpoint.com/usercenter/services/BladesManagerService&lt;/A&gt;&lt;SPAN&gt;' 'Software Blades Manager Service'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;check_url '&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://resolver1.chkp.ctmail.com" rel="nofollow"&gt;http://resolver1.chkp.ctmail.com&lt;/A&gt;&lt;SPAN&gt;' 'Suspicious Mail Outbreaks'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;check_url '&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://download.ctmail.com" rel="nofollow"&gt;http://download.ctmail.com&lt;/A&gt;&lt;SPAN&gt;' 'Anti-Spam'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;check_url '&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://te.checkpoint.com" rel="nofollow"&gt;http://te.checkpoint.com&lt;/A&gt;&lt;SPAN&gt;' 'Threat Emulation'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;check_url '&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://teadv.checkpoint.com" rel="nofollow"&gt;http://teadv.checkpoint.com&lt;/A&gt;&lt;SPAN&gt;' 'Threat Emulation Advanced'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;check_url '&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://kav8.zonealarm.com/version.txt" rel="nofollow"&gt;http://kav8.zonealarm.com/version.txt&lt;/A&gt;&lt;SPAN&gt;' 'Deep inspection'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;check_url '&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://kav8.checkpoint.com" rel="nofollow"&gt;http://kav8.checkpoint.com&lt;/A&gt;&lt;SPAN&gt;' 'Traditional Anti-Virus'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;check_url '&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://avupdates.checkpoint.com/UrlList.txt" rel="nofollow"&gt;http://avupdates.checkpoint.com/UrlList.txt&lt;/A&gt;&lt;SPAN&gt;' 'Traditional Anti-Virus, Legacy URL Filtering'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;check_url '&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://sigcheck.checkpoint.com/Siglist2.txt" rel="nofollow"&gt;http://sigcheck.checkpoint.com/Siglist2.txt&lt;/A&gt;&lt;SPAN&gt;' 'Download of signature updates'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;check_url '&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://secureupdates.checkpoint.com" rel="nofollow"&gt;http://secureupdates.checkpoint.com&lt;/A&gt;&lt;SPAN&gt;' 'Manage Security Gateways'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;check_url '&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://productcoverage.checkpoint.com/ProductCoverageService" rel="nofollow"&gt;https://productcoverage.checkpoint.com/ProductCoverageService&lt;/A&gt;&lt;SPAN&gt;' 'Makes sure the machines contracts are up-to-date'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;check_url '&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://sc1.checkpoint.com/sc/images/checkmark.gif" rel="nofollow"&gt;https://sc1.checkpoint.com/sc/images/checkmark.gif&lt;/A&gt;&lt;SPAN&gt;' 'Download of icons and screenshots from Check Point media storage s ervers'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;check_url '&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://sc1.checkpoint.com/za/images/facetime/large_png/60342479_lrg.png" rel="nofollow"&gt;https://sc1.checkpoint.com/za/images/facetime/large_png/60342479_lrg.png&lt;/A&gt;&lt;SPAN&gt;' 'Download of icons and screenshots from Check Point media storage servers'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;check_url '&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://sc1.checkpoint.com/za/images/facetime/large_png/60096017_lrg.png" rel="nofollow"&gt;https://sc1.checkpoint.com/za/images/facetime/large_png/60096017_lrg.png&lt;/A&gt;&lt;SPAN&gt;' 'Download of icons and screenshots from Check Point media storage servers'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;check_url '&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://push.checkpoint.com" rel="nofollow"&gt;https://push.checkpoint.com&lt;/A&gt;&lt;SPAN&gt;' 'Push Notifications '&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;check_url '&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://downloads.checkpoint.com" rel="nofollow"&gt;http://downloads.checkpoint.com&lt;/A&gt;&lt;SPAN&gt;' 'Download of Endpoint Compliance Updates'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.checkpoint.com/legacyfs/online/checkpoint/64798_pastedImage_1.png" style="width: 620px; height: 264px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2018 16:28:15 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/sk83520-how-to-check-connectivity-to-CP/m-p/31874#M2558</guid>
      <dc:creator>Oren_Nudelman</dc:creator>
      <dc:date>2018-04-23T16:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: sk83520 how to check connectivity to CP</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/sk83520-how-to-check-connectivity-to-CP/m-p/63787#M4885</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;when using the script I get some NOK (IPS, Contract Entitlement...) unless I put in --cacert $CPDIR/conf/ca-bundle.crt as argument of curl_cli command (more in sk110779).</description>
      <pubDate>Fri, 27 Sep 2019 10:06:28 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/sk83520-how-to-check-connectivity-to-CP/m-p/63787#M4885</guid>
      <dc:creator>Srdjan_B</dc:creator>
      <dc:date>2019-09-27T10:06:28Z</dc:date>
    </item>
    <item>
      <title>Re: sk83520 how to check connectivity to CP</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/sk83520-how-to-check-connectivity-to-CP/m-p/104648#M8275</link>
      <description>&lt;P&gt;I have just noticed that the proxy configured in the GAIA is not in expert mode environment variables. Should it be?&lt;/P&gt;</description>
      <pubDate>Tue, 08 Dec 2020 11:50:17 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/sk83520-how-to-check-connectivity-to-CP/m-p/104648#M8275</guid>
      <dc:creator>Luis_Miguel_Mig</dc:creator>
      <dc:date>2020-12-08T11:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: sk83520 how to check connectivity to CP</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/sk83520-how-to-check-connectivity-to-CP/m-p/128909#M18827</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I have updated the script and add the missing checks on github&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/billygr/CheckPoint/blob/master/sk83520.sh" target="_blank"&gt;https://github.com/billygr/CheckPoint/blob/master/sk83520.sh&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Pending proxy support and view 404 errors because i don't have the exact URL to check&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can easy run it on the gw/mgmt without copy paste etc etc&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have fun&lt;/P&gt;</description>
      <pubDate>Wed, 08 Sep 2021 08:21:05 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/sk83520-how-to-check-connectivity-to-CP/m-p/128909#M18827</guid>
      <dc:creator>Billy</dc:creator>
      <dc:date>2021-09-08T08:21:05Z</dc:date>
    </item>
  </channel>
</rss>

