Hi,
You can use Wireshark tool.
https://www.wireshark.org/ downlaod and install it.
Open Wireshark.
Capture LDAPS Traffic: Choose your network interface and start capturing LDAPS traffic.
Filter LDAPS Traffic: Apply a filter to focus only on LDAPS traffic (use "ldap.port == 636").
Trigger Connections: Perform actions in your application that result in LDAPS connections to Active Directory.
Check Handshake: Wireshark captures the traffic, including SSL/TLS handshakes.
Analyze TLS Version: Look at the SSL handshake packets to determine the TLS version being used.
Optional Server Logs: Check logs on the LDAP server to see if TLS versions negotiated during LDAPS connections are logged.
Please accept as answer if it helps.