]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
KNOWN_BUGS: FTPS with Schannel times out file list operation
authorDaniel Stenberg <daniel@haxx.se>
Wed, 4 Nov 2020 22:56:12 +0000 (23:56 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 4 Nov 2020 22:56:12 +0000 (23:56 +0100)
Reported-by: bobmitchell1956 on github
Closes #5284

docs/KNOWN_BUGS

index 052080760a94def2e499dfc794c6410f89f41b29..e503b4ded076091feea26ee499c029f6144604ba 100644 (file)
@@ -34,6 +34,7 @@ problems may have been fixed or changed somewhat since this was written!
  2.9 TLS session cache doesn't work with TFO
  2.10 Store TLS context per transfer instead of per connection
  2.11 Schannel TLS 1.2 handshake bug in old Windows versions
+ 2.12 FTPS with Schannel times out file list operation
 
  3. Email protocols
  3.1 IMAP SEARCH ALL truncated response
@@ -296,6 +297,12 @@ 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.
+
 3. Email protocols
 
 3.1 IMAP SEARCH ALL truncated response