<?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: GAIA Portal Lockdown in General Topics</title>
    <link>https://community.checkpoint.com/t5/General-Topics/GAIA-Portal-Lockdown/m-p/122284#M22662</link>
    <description>&lt;P&gt;I agree cold heartedly. I would leave it alone if I were you.&lt;/P&gt;</description>
    <pubDate>Sat, 26 Jun 2021 21:44:15 GMT</pubDate>
    <dc:creator>the_rock</dc:creator>
    <dc:date>2021-06-26T21:44:15Z</dc:date>
    <item>
      <title>GAIA Portal Lockdown</title>
      <link>https://community.checkpoint.com/t5/General-Topics/GAIA-Portal-Lockdown/m-p/116916#M21732</link>
      <description>&lt;P&gt;Guys,&lt;/P&gt;
&lt;P&gt;I'm trying to lockdown the GAIA Portal and as such done the below which works, however the odd thing is, I expect TLSv1.2 and TLSv1.3 to work. When I did a test using SSLScan to just see what what ciphers are exposed, the output showed that TLS1.2 is disabled.&lt;BR /&gt;SSL/TLS Protocols:&lt;BR /&gt;SSLv2 disabled&lt;BR /&gt;SSLv3 disabled&lt;BR /&gt;TLSv1.0 disabled&lt;BR /&gt;TLSv1.1 disabled&lt;BR /&gt;TLSv1.2 disabled&lt;BR /&gt;TLSv1.3 enabled&lt;/P&gt;
&lt;P&gt;On the gateway we can see TLSv1.2 has one cipher enabled:&lt;BR /&gt;cpopenssl ciphers -v 'ECDHE-RSA-AES256-SHA384:AES256-SHA256:!ADH:!EXP:!RSA:+HIGH:+MEDIUM:!MD5:!LOW:!NULL:!SSLv2:!eNULL:!aNULL:!RC4:!SHA1'&lt;BR /&gt;TLS_AES_256_GCM_SHA384 TLSv1.3 Kx=any Au=any Enc=AESGCM(256) Mac=AEAD&lt;BR /&gt;TLS_CHACHA20_POLY1305_SHA256 TLSv1.3 Kx=any Au=any Enc=CHACHA20/POLY1305(256) Mac=AEAD&lt;BR /&gt;TLS_AES_128_GCM_SHA256 TLSv1.3 Kx=any Au=any Enc=AESGCM(128) Mac=AEAD&lt;BR /&gt;ECDHE-RSA-AES256-SHA384 TLSv1.2 Kx=ECDH Au=RSA Enc=AES(256) Mac=SHA384&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;I locked down the portal by using the below.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;cp /web/templates/httpd-ssl.conf.templ /web/templates/httpd-ssl.conf.templ_ORIGINAL&lt;BR /&gt;chmod u+w /web/templates/httpd-ssl.conf.templ&lt;BR /&gt;sed -i 's/SSLCipherSuite HIGH:!RC4:!LOW:!EXP:!aNULL:!SSLv2:!MD5/SSLCipherSuite ECDHE-RSA-AES256-SHA384:AES256-SHA256:!ADH:!EXP:!RSA:+HIGH:+MEDIUM:!MD5:!LOW:!NULL:!SSLv2:!eNULL:!aNULL:!RC4:!SHA1/g' /web/templates/httpd-ssl.conf.templ&lt;BR /&gt;sed -i 's/SSLProtocol -ALL {ifcmp = $httpd:ssl3_enabled 1}+{else}-{endif}SSLv3 +TLSv1 +TLSv1.1 +TLSv1.2/SSLProtocol -ALL {ifcmp = $httpd:ssl3_enabled 1}+{else}-{endif}TLSv1.2 +TLSv1.3/g' /web/templates/httpd-ssl.conf.templ&lt;BR /&gt;chmod u-w /web/templates/httpd-ssl.conf.templ&lt;BR /&gt;/bin/template_xlate : /web/templates/httpd-ssl.conf.templ /web/conf/extra/httpd-ssl.conf &amp;lt; /config/active&lt;BR /&gt;tellpm process:httpd2&lt;BR /&gt;tellpm process:httpd2 t&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Can anyone spot why TLSv1.2 is not shown as enabled and not finding the single cipher?&lt;/P&gt;</description>
      <pubDate>Mon, 26 Apr 2021 12:26:35 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/GAIA-Portal-Lockdown/m-p/116916#M21732</guid>
      <dc:creator>genisis__</dc:creator>
      <dc:date>2021-04-26T12:26:35Z</dc:date>
    </item>
    <item>
      <title>Re: GAIA Portal Lockdown</title>
      <link>https://community.checkpoint.com/t5/General-Topics/GAIA-Portal-Lockdown/m-p/116918#M21733</link>
      <description>&lt;P&gt;why not using cipher_util?&lt;/P&gt;</description>
      <pubDate>Mon, 26 Apr 2021 13:18:41 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/GAIA-Portal-Lockdown/m-p/116918#M21733</guid>
      <dc:creator>_Val_</dc:creator>
      <dc:date>2021-04-26T13:18:41Z</dc:date>
    </item>
    <item>
      <title>Re: GAIA Portal Lockdown</title>
      <link>https://community.checkpoint.com/t5/General-Topics/GAIA-Portal-Lockdown/m-p/116920#M21734</link>
      <description>&lt;P&gt;Will this work from Windows?&amp;nbsp; I just grab whatever works on Windows to do a quick test.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I take it your referring to the tool related to sk126613&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Which blade would you like to configure?&lt;BR /&gt;(1) Multi Portal&lt;BR /&gt;(2) SSL Inspection&lt;BR /&gt;1&lt;BR /&gt;Make sure the selected blade is active.&lt;BR /&gt;Cannot access the configuration file&lt;/P&gt;
&lt;P&gt;Aborting...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also the SK does not indicate if we can disable TLSv1.0, TLSv1.1&lt;/P&gt;
&lt;P&gt;I've no license on the devices yet.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Apr 2021 12:39:25 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/GAIA-Portal-Lockdown/m-p/116920#M21734</guid>
      <dc:creator>genisis__</dc:creator>
      <dc:date>2021-04-26T12:39:25Z</dc:date>
    </item>
    <item>
      <title>Re: GAIA Portal Lockdown</title>
      <link>https://community.checkpoint.com/t5/General-Topics/GAIA-Portal-Lockdown/m-p/116934#M21738</link>
      <description>&lt;P&gt;Did you finish the first time wizard yet or now? If you did not, please do.&lt;BR /&gt;&lt;BR /&gt;Also, there are quite a few discussions for the matter in the community already, for example:&amp;nbsp;&lt;A href="https://community.checkpoint.com/t5/General-Topics/Disable-TLS-1-0/m-p/70338#M14237" target="_blank"&gt;https://community.checkpoint.com/t5/General-Topics/Disable-TLS-1-0/m-p/70338#M14237&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Apr 2021 13:33:37 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/GAIA-Portal-Lockdown/m-p/116934#M21738</guid>
      <dc:creator>_Val_</dc:creator>
      <dc:date>2021-04-26T13:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: GAIA Portal Lockdown</title>
      <link>https://community.checkpoint.com/t5/General-Topics/GAIA-Portal-Lockdown/m-p/116942#M21739</link>
      <description>&lt;P&gt;First time wizard has been completed.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Apr 2021 13:50:48 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/GAIA-Portal-Lockdown/m-p/116942#M21739</guid>
      <dc:creator>genisis__</dc:creator>
      <dc:date>2021-04-26T13:50:48Z</dc:date>
    </item>
    <item>
      <title>Re: GAIA Portal Lockdown</title>
      <link>https://community.checkpoint.com/t5/General-Topics/GAIA-Portal-Lockdown/m-p/116944#M21740</link>
      <description>&lt;P&gt;Then license is not an issue, you should have 2 weeks evaluation. Did you try your modifications before or after you used cipher_util?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Apr 2021 13:52:13 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/GAIA-Portal-Lockdown/m-p/116944#M21740</guid>
      <dc:creator>_Val_</dc:creator>
      <dc:date>2021-04-26T13:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: GAIA Portal Lockdown</title>
      <link>https://community.checkpoint.com/t5/General-Topics/GAIA-Portal-Lockdown/m-p/116946#M21741</link>
      <description>&lt;P&gt;before, so within the two week period.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Apr 2021 13:56:57 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/GAIA-Portal-Lockdown/m-p/116946#M21741</guid>
      <dc:creator>genisis__</dc:creator>
      <dc:date>2021-04-26T13:56:57Z</dc:date>
    </item>
    <item>
      <title>Re: GAIA Portal Lockdown</title>
      <link>https://community.checkpoint.com/t5/General-Topics/GAIA-Portal-Lockdown/m-p/116949#M21743</link>
      <description>&lt;P&gt;What is the version you are using?&lt;/P&gt;</description>
      <pubDate>Mon, 26 Apr 2021 15:25:54 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/GAIA-Portal-Lockdown/m-p/116949#M21743</guid>
      <dc:creator>_Val_</dc:creator>
      <dc:date>2021-04-26T15:25:54Z</dc:date>
    </item>
    <item>
      <title>Re: GAIA Portal Lockdown</title>
      <link>https://community.checkpoint.com/t5/General-Topics/GAIA-Portal-Lockdown/m-p/116950#M21744</link>
      <description>&lt;P&gt;Then it might be that you have messed with HTTPd settings and corrupted the config file, then cipher_util fails. I would re-install and use cipher_util before anything else. Also, the GW should have policy installed before and after modifications.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Apr 2021 15:29:02 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/GAIA-Portal-Lockdown/m-p/116950#M21744</guid>
      <dc:creator>_Val_</dc:creator>
      <dc:date>2021-04-26T15:29:02Z</dc:date>
    </item>
    <item>
      <title>Re: GAIA Portal Lockdown</title>
      <link>https://community.checkpoint.com/t5/General-Topics/GAIA-Portal-Lockdown/m-p/116954#M21747</link>
      <description>&lt;P&gt;R81 with JHFA23&lt;/P&gt;</description>
      <pubDate>Mon, 26 Apr 2021 15:43:13 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/GAIA-Portal-Lockdown/m-p/116954#M21747</guid>
      <dc:creator>genisis__</dc:creator>
      <dc:date>2021-04-26T15:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: GAIA Portal Lockdown</title>
      <link>https://community.checkpoint.com/t5/General-Topics/GAIA-Portal-Lockdown/m-p/116956#M21748</link>
      <description>&lt;P&gt;I'm doing another build right now, so I can try it on there as well.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Apr 2021 15:44:57 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/GAIA-Portal-Lockdown/m-p/116956#M21748</guid>
      <dc:creator>genisis__</dc:creator>
      <dc:date>2021-04-26T15:44:57Z</dc:date>
    </item>
    <item>
      <title>Re: GAIA Portal Lockdown</title>
      <link>https://community.checkpoint.com/t5/General-Topics/GAIA-Portal-Lockdown/m-p/116958#M21750</link>
      <description>&lt;P&gt;Sure, let me know if this works for you. If there is an issue with cipher_util, and before you make any modifications manually, please open a TAC case.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Apr 2021 15:47:13 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/GAIA-Portal-Lockdown/m-p/116958#M21750</guid>
      <dc:creator>_Val_</dc:creator>
      <dc:date>2021-04-26T15:47:13Z</dc:date>
    </item>
    <item>
      <title>Re: GAIA Portal Lockdown</title>
      <link>https://community.checkpoint.com/t5/General-Topics/GAIA-Portal-Lockdown/m-p/116959#M21751</link>
      <description>&lt;P&gt;This is a new build, and the policy will be installed within the cutover window.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Apr 2021 15:49:46 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/GAIA-Portal-Lockdown/m-p/116959#M21751</guid>
      <dc:creator>genisis__</dc:creator>
      <dc:date>2021-04-26T15:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: GAIA Portal Lockdown</title>
      <link>https://community.checkpoint.com/t5/General-Topics/GAIA-Portal-Lockdown/m-p/116998#M21769</link>
      <description>&lt;P&gt;Clean build - same result&lt;/P&gt;
&lt;P&gt;Clean build with JHFA23 - same result&lt;/P&gt;
&lt;P&gt;not in all cases no license and policy installed its just a clean build ready for commissioning.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Apr 2021 08:09:58 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/GAIA-Portal-Lockdown/m-p/116998#M21769</guid>
      <dc:creator>genisis__</dc:creator>
      <dc:date>2021-04-27T08:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: GAIA Portal Lockdown</title>
      <link>https://community.checkpoint.com/t5/General-Topics/GAIA-Portal-Lockdown/m-p/117058#M21780</link>
      <description>&lt;P&gt;Open a support case with TAC please.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Apr 2021 14:10:30 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/GAIA-Portal-Lockdown/m-p/117058#M21780</guid>
      <dc:creator>_Val_</dc:creator>
      <dc:date>2021-04-27T14:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: GAIA Portal Lockdown</title>
      <link>https://community.checkpoint.com/t5/General-Topics/GAIA-Portal-Lockdown/m-p/117073#M21784</link>
      <description>&lt;P&gt;cipher_util is only relevant when you have a policy installed (and configuration such that multi-portal is active)&lt;/P&gt;
&lt;P&gt;Same with the TLS versions configured in snx_ssl_max_ver and snx_ssl_min_ver&lt;/P&gt;
&lt;P&gt;Without multi-portal in use, the httpd configuration is relevant.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Apr 2021 15:50:14 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/GAIA-Portal-Lockdown/m-p/117073#M21784</guid>
      <dc:creator>Brandon_Pace</dc:creator>
      <dc:date>2021-04-27T15:50:14Z</dc:date>
    </item>
    <item>
      <title>Re: GAIA Portal Lockdown</title>
      <link>https://community.checkpoint.com/t5/General-Topics/GAIA-Portal-Lockdown/m-p/117074#M21785</link>
      <description>&lt;P&gt;Cool - so back to my original question then related to why TLSv1.2 shows as disabled.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Apr 2021 15:52:45 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/GAIA-Portal-Lockdown/m-p/117074#M21785</guid>
      <dc:creator>genisis__</dc:creator>
      <dc:date>2021-04-27T15:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: GAIA Portal Lockdown</title>
      <link>https://community.checkpoint.com/t5/General-Topics/GAIA-Portal-Lockdown/m-p/122281#M22659</link>
      <description>&lt;P&gt;More update:&lt;/P&gt;
&lt;P&gt;I've discovered that when locking down the ciphers etc you need to be careful.&amp;nbsp; The symptom I experienced was:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Logs &amp;amp; Monitors &amp;gt; General Overview or new tab "Error loading tab - Error: SslVersionOrCipherMismatch" Gateway object license tab "Loading Error: ERRL_SSL_VERSION_OR_CIPHER_MISMATCH" for more details see sk166932.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I check the KB and found&amp;nbsp;SK171707, after which then lead me to the lockdown I did.&amp;nbsp; At this point I tweaked the setting to the following:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="uiOutputText"&gt;SLCipherSuite HIGH:!ADH:!RC4:!DHE:!LOW:!EXP:!RSA:!eNULL:!aNULL:!SSLv2:!MD5&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="uiOutputText"&gt;SSLProtocol -ALL {ifcmp = $httpd:ssl3_enabled 1}+{else}-{endif}TLSv1.1 +TLSv1.2 +TLSv1.3&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="uiOutputText"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="uiOutputText"&gt;When run a scan against the IP for the SMS I get the following discovered:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;SLCipherSuite HIGH:!ADH:!RC4:!DHE:!LOW:!EXP:!RSA:!eNULL:!aNULL:!SSLv2:!MD5&lt;BR /&gt;SSLProtocol -ALL {ifcmp = $httpd:ssl3_enabled 1}+{else}-{endif}TLSv1.1 +TLSv1.2 +TLSv1.3&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;When run a scan against the IP for the SMS I get the following discovered:&lt;/P&gt;
&lt;P&gt;TLSv1.3 enabled&lt;/P&gt;
&lt;P&gt;TLS Fallback SCSV:&lt;/P&gt;
&lt;P&gt;Server supports TLS Fallback SCSV&lt;/P&gt;
&lt;P&gt;TLS renegotiation:&lt;/P&gt;
&lt;P&gt;Session renegotiation not supported&lt;/P&gt;
&lt;P&gt;TLS Compression:&lt;/P&gt;
&lt;P&gt;Compression disabled&lt;/P&gt;
&lt;P&gt;Heartbleed:&lt;/P&gt;
&lt;P&gt;TLSv1.3 not vulnerable to heartbleed&lt;/P&gt;
&lt;P&gt;TLSv1.2 not vulnerable to heartbleed&lt;/P&gt;
&lt;P&gt;Supported Server Cipher(s):&lt;BR /&gt;Preferred TLSv1.3 128 bits TLS_AES_128_GCM_SHA256 Curve 25519 DHE 253&lt;BR /&gt;Accepted TLSv1.3 256 bits TLS_AES_256_GCM_SHA384 Curve 25519 DHE 253&lt;BR /&gt;Accepted TLSv1.3 256 bits TLS_CHACHA20_POLY1305_SHA256 Curve 25519 DHE 253&lt;BR /&gt;Preferred TLSv1.2 256 bits ECDHE-RSA-AES256-GCM-SHA384 Curve 25519 DHE 253&lt;BR /&gt;Accepted TLSv1.2 256 bits ECDHE-RSA-CHACHA20-POLY1305 Curve 25519 DHE 253&lt;BR /&gt;Accepted TLSv1.2 256 bits ECDHE-ARIA256-GCM-SHA384 Curve 25519 DHE 253&lt;BR /&gt;Accepted TLSv1.2 128 bits ECDHE-RSA-AES128-GCM-SHA256 Curve 25519 DHE 253&lt;BR /&gt;Accepted TLSv1.2 128 bits ECDHE-ARIA128-GCM-SHA256 Curve 25519 DHE 253&lt;BR /&gt;Accepted TLSv1.2 256 bits ECDHE-RSA-AES256-SHA384 Curve 25519 DHE 253&lt;BR /&gt;Accepted TLSv1.2 256 bits ECDHE-RSA-CAMELLIA256-SHA384 Curve 25519 DHE 253&lt;BR /&gt;Accepted TLSv1.2 128 bits ECDHE-RSA-AES128-SHA256 Curve 25519 DHE 253&lt;BR /&gt;Accepted TLSv1.2 128 bits ECDHE-RSA-CAMELLIA128-SHA256 Curve 25519 DHE 253&lt;BR /&gt;Accepted TLSv1.2 256 bits ECDHE-RSA-AES256-SHA Curve 25519 DHE 253&lt;BR /&gt;Accepted TLSv1.2 128 bits ECDHE-RSA-AES128-SHA Curve 25519 DHE 253&lt;/P&gt;
&lt;P&gt;Server Key Exchange Group(s):&lt;BR /&gt;TLSv1.3 128 bits secp256r1 (NIST P-256)&lt;BR /&gt;TLSv1.3 192 bits secp384r1 (NIST P-384)&lt;BR /&gt;TLSv1.3 260 bits secp521r1 (NIST P-521)&lt;BR /&gt;TLSv1.3 128 bits x25519&lt;BR /&gt;TLSv1.3 224 bits x448&lt;BR /&gt;TLSv1.2 128 bits secp256r1 (NIST P-256)&lt;BR /&gt;TLSv1.2 192 bits secp384r1 (NIST P-384)&lt;BR /&gt;TLSv1.2 260 bits secp521r1 (NIST P-521)&lt;BR /&gt;TLSv1.2 128 bits x25519&lt;BR /&gt;TLSv1.2 224 bits x448&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Issue was resolved in the GUI.&lt;/P&gt;
&lt;P&gt;If anyone can suggest further tweaking please shout, as I would like to lock this down much as possible.&lt;/P&gt;</description>
      <pubDate>Sat, 26 Jun 2021 20:11:07 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/GAIA-Portal-Lockdown/m-p/122281#M22659</guid>
      <dc:creator>genisis__</dc:creator>
      <dc:date>2021-06-26T20:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: GAIA Portal Lockdown</title>
      <link>https://community.checkpoint.com/t5/General-Topics/GAIA-Portal-Lockdown/m-p/122282#M22660</link>
      <description>&lt;P&gt;I experienced that myself once...playing around with those ciphers can actually cause more harm than good. I dont know if there is a better solution to this currently...&lt;/P&gt;</description>
      <pubDate>Sat, 26 Jun 2021 20:57:36 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/GAIA-Portal-Lockdown/m-p/122282#M22660</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2021-06-26T20:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: GAIA Portal Lockdown</title>
      <link>https://community.checkpoint.com/t5/General-Topics/GAIA-Portal-Lockdown/m-p/122283#M22661</link>
      <description>&lt;P&gt;maybe the Gurus can give some guidance that will lock this down and to keep the security audit team happy, while not breaking anything.&lt;/P&gt;
&lt;P&gt;I think what I've done is about as good as it gets without breaking something.&lt;/P&gt;</description>
      <pubDate>Sun, 27 Jun 2021 08:57:35 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/GAIA-Portal-Lockdown/m-p/122283#M22661</guid>
      <dc:creator>genisis__</dc:creator>
      <dc:date>2021-06-27T08:57:35Z</dc:date>
    </item>
  </channel>
</rss>

