]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
KNOWN_BUGS: FTPS server compatibility on Windows with Schannel
authorJay Satiro <raysatiro@yahoo.com>
Sun, 3 Mar 2024 07:15:24 +0000 (02:15 -0500)
committerJay Satiro <raysatiro@yahoo.com>
Wed, 6 Mar 2024 22:46:54 +0000 (17:46 -0500)
- Remove "2.12 FTPS with Schannel times out file list operation"

- Remove "7.12 FTPS directory listing hangs on Windows with Schannel"

- Add "7.12 FTPS server compatibility on Windows with Schannel"

This change adds a more generic bug description that explains FTPS with
the latest curl and Schannel is not widely used and may have more bugs
than other TLS backends.

The two removed FTPS Schannel bugs can't be reproduced any longer and
were likely fixed by 24d6c288.

Ref: https://github.com/curl/curl/issues/5284
Ref: https://github.com/curl/curl/issues/9161
Ref: https://github.com/curl/curl/issues/12894

Closes https://github.com/curl/curl/pull/13032

docs/KNOWN_BUGS

index a1cc620c159b3c228b8fa37ffbaf297112646183..eab7e6389750de604f54e51ce183e6663189a285 100644 (file)
@@ -22,7 +22,6 @@ problems may have been fixed or changed somewhat since this was written.
  2.5 Client cert handling with Issuer DN differs between backends
  2.7 Client cert (MTLS) issues with Schannel
  2.11 Schannel TLS 1.2 handshake bug in old Windows versions
- 2.12 FTPS with Schannel times out file list operation
  2.13 CURLOPT_CERTINFO results in CURLE_OUT_OF_MEMORY with Schannel
 
  3. Email protocols
@@ -171,12 +170,6 @@ problems may have been fixed or changed somewhat since this was written.
 
  https://github.com/curl/curl/issues/5488
 
-2.12 FTPS with Schannel times out file list operation
-
- "Instead of the command completing, it just sits there until the timeout
- expires." - the same command line seems to work with other TLS backends and
- other operating systems. See https://github.com/curl/curl/issues/5284.
-
 2.13 CURLOPT_CERTINFO results in CURLE_OUT_OF_MEMORY with Schannel
 
  https://github.com/curl/curl/issues/8741
@@ -431,9 +424,16 @@ problems may have been fixed or changed somewhat since this was written.
 
  https://github.com/curl/curl/issues/6149
 
-7.12 FTPS directory listing hangs on Windows with Schannel
+7.12 FTPS server compatibility on Windows with Schannel
+
+ FTPS is not widely used with the Schannel TLS backend and so there may be more
+ bugs compared to other TLS backends such as OpenSSL. In the past users have
+ reported hanging and failed connections. It's very likely some changes to curl
+ since then fixed the issues. None of the reported issues can be reproduced any
+ longer.
 
- https://github.com/curl/curl/issues/9161
+ If you encounter an issue connecting to your server via FTPS with the latest
+ curl and Schannel then please search for open issues or file a new issue.
 
 9. SFTP and SCP