summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-06-16 14:29:11 +0200
committerDaniel Stenberg <daniel@haxx.se>2021-06-16 14:29:11 +0200
commit52aa18411c69d393e6e594522dd38c3e528e3fcf (patch)
tree50d852792af1b124712abb3b6462192ec61246bd
parent1782acd3925581a42f29d1e2dfde982a8d67f376 (diff)
downloadcurl-52aa18411c69d393e6e594522dd38c3e528e3fcf.tar.gz
KNOWN_BUGS: Negotiate on Windows fails
Closes #5881
-rw-r--r--docs/KNOWN_BUGS10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index f12be47e6..bc11c5ef4 100644
--- a/docs/KNOWN_BUGS
+++ b/docs/KNOWN_BUGS
@@ -70,6 +70,7 @@ problems may have been fixed or changed somewhat since this was written!
6.8 RTSP authentication breaks without redirect support
6.9 SHA-256 digest not supported in Windows SSPI builds
6.10 curl never completes Negotiate over HTTP
+ 6.11 Negotiate on Windows fails
7. FTP
7.1 FTP without or slow 220 response
@@ -584,6 +585,15 @@ problems may have been fixed or changed somewhat since this was written!
See https://github.com/curl/curl/issues/5235
+6.11 Negotiate on Windows fails
+
+ When using --negotiate (or NTLM) with curl on Windows, SSL/TSL handshake
+ fails despite having a valid kerberos ticket cached. Works without any issue
+ in Unix/Linux.
+
+ https://github.com/curl/curl/issues/5881
+
+
7. FTP
7.1 FTP without or slow 220 response