I
ISxuezha
Hi all, I met an issue on Windows Server 2025 Standard (Version: 24H2, OS Build: 26100.2314, Experience: Windows Feature Experience Pack 1000.26100.32.0) when trying to connect to LDAP Server.I wrote a C++ tool, using 'ldap_sslinit' to initialize an LDAP Connection and then 'ldap_connect' to connect to a remote LDAP Server. The tool is run on a Windows Server 2025. Unexpectedly, ldap_connect returns 0x51(LDAP_SERVER_DOWN). I used Wireshark to capture the LDAP traffics, and I found the Windows Server 2025 machine tries to use TLS 1.0 to say hello to the LDAP server. After double check the
Continue reading...
Continue reading...