summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-11-04 23:56:12 +0100
committerDaniel Stenberg <daniel@haxx.se>2020-11-04 23:56:12 +0100
commit0673cb4d2d97360c68a6ac237eab14fc154bc384 (patch)
treebe2a4c7b436309263ee2d8abfec2926b756d6e2a
parentce980c255eeaf1e071eb529d7e8309c781bc63b2 (diff)
downloadcurl-0673cb4d2d97360c68a6ac237eab14fc154bc384.tar.gz
KNOWN_BUGS: FTPS with Schannel times out file list operation
Reported-by: bobmitchell1956 on github Closes #5284
-rw-r--r--docs/KNOWN_BUGS7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index 052080760..e503b4ded 100644
--- a/docs/KNOWN_BUGS
+++ b/docs/KNOWN_BUGS
@@ -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