From ce254fa96fc7e3c6187f8439cc4cf4152be4eee3 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 15 Aug 2023 14:21:15 +0200 Subject: [PATCH] KNOWN_BUGS: LDAPS requests to ActiveDirectory server hang Closes #9580 --- docs/KNOWN_BUGS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index 07ed78e751..02a6fcf617 100644 --- a/docs/KNOWN_BUGS +++ b/docs/KNOWN_BUGS @@ -84,6 +84,7 @@ problems may have been fixed or changed somewhat since this was written. 12.1 OpenLDAP hangs after returning results 12.2 LDAP on Windows does authentication wrong? 12.3 LDAP on Windows does not work + 12.4 LDAPS requests to ActiveDirectory server hang 13. TCP/IP 13.2 Trying local ports fails on Windows @@ -507,6 +508,10 @@ problems may have been fixed or changed somewhat since this was written. https://github.com/curl/curl/issues/4261 +12.4 LDAPS requests to ActiveDirectory server hang + + https://github.com/curl/curl/issues/9580 + 13. TCP/IP 13.2 Trying local ports fails on Windows -- 2.47.3