<?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: LDAPS Fingerprints and Proxy in Firewall &amp; Security Management</title>
    <link>https://community.checkpoint.com/t5/Firewall-Security-Management/LDAPS-Fingerprints-and-Proxy/m-p/243824#M71283</link>
    <description>&lt;P&gt;I'm trying to setup LDAPS, LDAP works fine. I got off the phone with CP support and they said not to do what everyone here is suggesting of accepting any fingerprint. But also my LDAPS isn't working and it won't fetch the settings. We are using a self-signed cert so I'm not sure if that makes a difference.&lt;/P&gt;</description>
    <pubDate>Fri, 14 Mar 2025 14:14:20 GMT</pubDate>
    <dc:creator>Agent_Smith</dc:creator>
    <dc:date>2025-03-14T14:14:20Z</dc:date>
    <item>
      <title>LDAPS Fingerprints and Proxy</title>
      <link>https://community.checkpoint.com/t5/Firewall-Security-Management/LDAPS-Fingerprints-and-Proxy/m-p/155174#M71271</link>
      <description>&lt;P&gt;Our client has a SMS server in Azure in it's own segregated network. It manages both on-site and Azure GW's with no issue (communicates via the Azure public IP). They were using LDAPS for VPN authentication which was working fine. It appears that the fingerprints changed on the AD servers and we need to update them on the SMS. Normally the SMS does not need to communicate with AD, just the GW's, but apparently the SMS does have to communicate when updating the Fingerprints. We tried to enable "Management Server needs proxy to reach AD server" but this did not help with the Fingerprints. Does anyone know how you can update the Fingerprints if the SMS cannot talk to AD directly? We turned off LDAPS, pushed policy, and the users could authenticate using AD. Turn on LDAPS and it fails.&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Aug 2022 20:47:01 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-Security-Management/LDAPS-Fingerprints-and-Proxy/m-p/155174#M71271</guid>
      <dc:creator>John_Richards</dc:creator>
      <dc:date>2022-08-17T20:47:01Z</dc:date>
    </item>
    <item>
      <title>Re: LDAPS Fingerprints and Proxy</title>
      <link>https://community.checkpoint.com/t5/Firewall-Security-Management/LDAPS-Fingerprints-and-Proxy/m-p/155544#M71272</link>
      <description>&lt;P&gt;I would think you could update the fingerprint manually with the correct value.&lt;BR /&gt;Might be worth a TAC case to ask if there's a way to do that.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Aug 2022 19:50:43 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-Security-Management/LDAPS-Fingerprints-and-Proxy/m-p/155544#M71272</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2022-08-23T19:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: LDAPS Fingerprints and Proxy</title>
      <link>https://community.checkpoint.com/t5/Firewall-Security-Management/LDAPS-Fingerprints-and-Proxy/m-p/156504#M71273</link>
      <description>&lt;P&gt;Yes, you can update it manually. What Check Point expects here, is the MD5 fingerprint of the LDAP server cert. You can query it manually from a client which can reach the LDAP server using openssl. When running from the gateway (Gaia Expert Shell), use cpopenssl instead of openssl:&lt;/P&gt;
&lt;P&gt;LDAP with Start-TLS:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;echo | openssl s_client -connect servername:389 -starttls ldap | openssl x509 -noout -fingerprint -md5&lt;/LI-CODE&gt;
&lt;P&gt;LDAPS:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;echo | openssl s_client -connect servername:636 | openssl x509 -noout -fingerprint -md5&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In case you don't want/need certificate pinning and let the gateways just accept any LDAP server cert, you can leave the fingerprint string input field empty. Never tried it myself, but another CheckMate recently confirmed this is working.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Sep 2022 11:19:46 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-Security-Management/LDAPS-Fingerprints-and-Proxy/m-p/156504#M71273</guid>
      <dc:creator>Tobias_Moritz</dc:creator>
      <dc:date>2022-09-05T11:19:46Z</dc:date>
    </item>
    <item>
      <title>Re: LDAPS Fingerprints and Proxy</title>
      <link>https://community.checkpoint.com/t5/Firewall-Security-Management/LDAPS-Fingerprints-and-Proxy/m-p/156545#M71274</link>
      <description>&lt;P&gt;If the fingerprint is empty (blank) the firewall will accept all fingerprints. It is like "any" in rule &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt; and works perfectly. You dont need to fetch new fingerprint once cert on LDAP is changed.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Sep 2022 20:10:57 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-Security-Management/LDAPS-Fingerprints-and-Proxy/m-p/156545#M71274</guid>
      <dc:creator>JozkoMrkvicka</dc:creator>
      <dc:date>2022-09-05T20:10:57Z</dc:date>
    </item>
    <item>
      <title>Re: LDAPS Fingerprints and Proxy</title>
      <link>https://community.checkpoint.com/t5/Firewall-Security-Management/LDAPS-Fingerprints-and-Proxy/m-p/156661#M71275</link>
      <description>&lt;P&gt;I have attached a screen shot of the configuration for LDAPS. So to be clear, you are saying the I do not need anything in the Fingerprints area? I would enable "Use Encryption (SSL), clear the information in the Fingerprints box, save and push policy?&lt;/P&gt;</description>
      <pubDate>Tue, 06 Sep 2022 15:42:45 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-Security-Management/LDAPS-Fingerprints-and-Proxy/m-p/156661#M71275</guid>
      <dc:creator>John_Richards</dc:creator>
      <dc:date>2022-09-06T15:42:45Z</dc:date>
    </item>
    <item>
      <title>Re: LDAPS Fingerprints and Proxy</title>
      <link>https://community.checkpoint.com/t5/Firewall-Security-Management/LDAPS-Fingerprints-and-Proxy/m-p/156682#M71276</link>
      <description>&lt;P&gt;You can leave the Fingerprint blank even using SSL&lt;/P&gt;</description>
      <pubDate>Tue, 06 Sep 2022 17:34:29 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-Security-Management/LDAPS-Fingerprints-and-Proxy/m-p/156682#M71276</guid>
      <dc:creator>Piet_vd_Maas</dc:creator>
      <dc:date>2022-09-06T17:34:29Z</dc:date>
    </item>
    <item>
      <title>Re: LDAPS Fingerprints and Proxy</title>
      <link>https://community.checkpoint.com/t5/Firewall-Security-Management/LDAPS-Fingerprints-and-Proxy/m-p/156696#M71277</link>
      <description>&lt;P&gt;Yes.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Sep 2022 20:07:01 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-Security-Management/LDAPS-Fingerprints-and-Proxy/m-p/156696#M71277</guid>
      <dc:creator>JozkoMrkvicka</dc:creator>
      <dc:date>2022-09-06T20:07:01Z</dc:date>
    </item>
    <item>
      <title>Re: LDAPS Fingerprints and Proxy</title>
      <link>https://community.checkpoint.com/t5/Firewall-Security-Management/LDAPS-Fingerprints-and-Proxy/m-p/156969#M71278</link>
      <description>&lt;P&gt;So I was able to clear the fingerprint field and enabled ldap-ssl. Users can now change their passwords using VPN. The odd thing is I see a few ldap-ssl connections using port 636 from the FW to the DC in the logs. Then I see users authenticating to VPN and the port is 389 (not 636). Is this normal or is there a way to force the authentication to use ldap-ssl? Thanks&lt;/P&gt;</description>
      <pubDate>Sat, 10 Sep 2022 19:58:17 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-Security-Management/LDAPS-Fingerprints-and-Proxy/m-p/156969#M71278</guid>
      <dc:creator>John_Richards</dc:creator>
      <dc:date>2022-09-10T19:58:17Z</dc:date>
    </item>
    <item>
      <title>Re: LDAPS Fingerprints and Proxy</title>
      <link>https://community.checkpoint.com/t5/Firewall-Security-Management/LDAPS-Fingerprints-and-Proxy/m-p/157388#M71279</link>
      <description>&lt;P&gt;How many LDAP servers are you using for redundancy ? You can configure many LDAP servers and every LDAP server can use different LDAP port (636 or 389). Check your LDAP Account Units for this one.&lt;/P&gt;
&lt;P&gt;If LDAP with highest priority is not answering, second one in priority list is contacted.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 05:36:14 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-Security-Management/LDAPS-Fingerprints-and-Proxy/m-p/157388#M71279</guid>
      <dc:creator>JozkoMrkvicka</dc:creator>
      <dc:date>2022-09-16T05:36:14Z</dc:date>
    </item>
    <item>
      <title>Re: LDAPS Fingerprints and Proxy</title>
      <link>https://community.checkpoint.com/t5/Firewall-Security-Management/LDAPS-Fingerprints-and-Proxy/m-p/157426#M71280</link>
      <description>&lt;P&gt;All servers are set to use ldap-ssl and there are only 2 servers. I am meeting with CP on Monday to discuss and get more information. Will provide an update.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 15:26:50 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-Security-Management/LDAPS-Fingerprints-and-Proxy/m-p/157426#M71280</guid>
      <dc:creator>John_Richards</dc:creator>
      <dc:date>2022-09-16T15:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: LDAPS Fingerprints and Proxy</title>
      <link>https://community.checkpoint.com/t5/Firewall-Security-Management/LDAPS-Fingerprints-and-Proxy/m-p/159155#M71281</link>
      <description>&lt;P&gt;I finally met with an Identity Awareness expert on this. Basically using LDAP-SSL creates a tunnel back to AD and all auth goes over this tunnel. You will still see regular LDAP traffic. MS does claim that the fingerprint should rarely, if ever change. This is not what we see with our customers who use LDAP-SSL and Identity Awareness. Would be nice if Check Point would document "NOT" needing the fingerprint along with a good explanation as to why.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Oct 2022 15:20:37 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-Security-Management/LDAPS-Fingerprints-and-Proxy/m-p/159155#M71281</guid>
      <dc:creator>John_Richards</dc:creator>
      <dc:date>2022-10-10T15:20:37Z</dc:date>
    </item>
    <item>
      <title>Re: LDAPS Fingerprints and Proxy</title>
      <link>https://community.checkpoint.com/t5/Firewall-Security-Management/LDAPS-Fingerprints-and-Proxy/m-p/159956#M71282</link>
      <description>&lt;P&gt;Thank you for this.&amp;nbsp; &amp;nbsp;We had written a script to check LDAPS cert fingerprints in policy to what the servers were presenting and then alert when there's a mismatch.&amp;nbsp; Before we knew this was happening, we were down to 1 DC (out of 6) that didn't have a fingerprint mismatch.&amp;nbsp; &amp;nbsp;IA was on the brink of disaster.&amp;nbsp; &amp;nbsp;Good to know we can just *NOT* have a fingerprint in there.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2022 13:13:37 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-Security-Management/LDAPS-Fingerprints-and-Proxy/m-p/159956#M71282</guid>
      <dc:creator>Matt_Taber</dc:creator>
      <dc:date>2022-10-19T13:13:37Z</dc:date>
    </item>
    <item>
      <title>Re: LDAPS Fingerprints and Proxy</title>
      <link>https://community.checkpoint.com/t5/Firewall-Security-Management/LDAPS-Fingerprints-and-Proxy/m-p/243824#M71283</link>
      <description>&lt;P&gt;I'm trying to setup LDAPS, LDAP works fine. I got off the phone with CP support and they said not to do what everyone here is suggesting of accepting any fingerprint. But also my LDAPS isn't working and it won't fetch the settings. We are using a self-signed cert so I'm not sure if that makes a difference.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Mar 2025 14:14:20 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-Security-Management/LDAPS-Fingerprints-and-Proxy/m-p/243824#M71283</guid>
      <dc:creator>Agent_Smith</dc:creator>
      <dc:date>2025-03-14T14:14:20Z</dc:date>
    </item>
  </channel>
</rss>

