aboutsummaryrefslogtreecommitdiff
path: root/docs/KNOWN_BUGS
diff options
context:
space:
mode:
authorDaniel Gustafsson <daniel@yesql.se>2018-11-09 16:50:39 +0100
committerDaniel Gustafsson <daniel@yesql.se>2018-11-09 16:50:39 +0100
commit10c91b66600e5378e86840808eeca8846bebdec5 (patch)
treedb055c92495981233873a45816ed8d7c2ef920da /docs/KNOWN_BUGS
parent5c4fe0d8264a4a4f591d79cefe9676b099bdecf2 (diff)
KNOWN_BUGS: add --proxy-any connection issue
Add the identified issue with --proxy-any and proxy servers which advertise authentication schemes other than the supported one. Closes #876 Closes #3250 Reported-by: NTMan on Github Reviewed-by: Daniel Stenberg <daniel@haxx.se>
Diffstat (limited to 'docs/KNOWN_BUGS')
-rw-r--r--docs/KNOWN_BUGS12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index 152d5371a..07007eea8 100644
--- a/docs/KNOWN_BUGS
+++ b/docs/KNOWN_BUGS
@@ -56,6 +56,7 @@ problems may have been fixed or changed somewhat since this was written!
6.3 NTLM in system context uses wrong name
6.4 Negotiate and Kerberos V5 need a fake user name
6.5 NTLM doesn't support password with ยง character
+ 6.6 libcurl can fail to try alternatives with --proxy-any
7. FTP
7.1 FTP without or slow 220 response
@@ -447,6 +448,17 @@ problems may have been fixed or changed somewhat since this was written!
https://github.com/curl/curl/issues/2120
+6.6 libcurl can fail to try alternatives with --proxy-any
+
+ When connecting via a proxy using --proxy-any, a failure to establish an
+ authentication will cause libcurl to abort trying other options if the
+ failed method has a higher preference than the alternatives. As an example,
+ --proxy-any against a proxy which advertise Negotiate and NTLM, but which
+ fails to set up Kerberos authentication won't proceed to try authentication
+ using NTLM.
+
+ https://github.com/curl/curl/issues/876
+
7. FTP
7.1 FTP without or slow 220 response