]> granicus.if.org Git - curl/commitdiff
KNOWN_BUGS: SOCKS proxy not working via IPv6
authorDaniel Stenberg <daniel@haxx.se>
Tue, 2 Aug 2016 22:24:08 +0000 (00:24 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 2 Aug 2016 22:24:08 +0000 (00:24 +0200)
Closes #835

docs/KNOWN_BUGS

index 05802f17afc04b99d5b951f3039872421f8a332b..578e01531cfb1cd14ebb5bb6a6f1ecf582a355d2 100644 (file)
@@ -76,6 +76,7 @@ problems may have been fixed or changed somewhat since this was written!
  10.2 SOCKS don't support timeouts
  10.3 FTPS over SOCKS
  10.4 active FTP over a SOCKS
+ 10.5 SOCKS proxy not working via IPv6
 
  11. Internals
  11.1 Curl leaks .onion hostnames in DNS
@@ -492,6 +493,12 @@ problems may have been fixed or changed somewhat since this was written!
 
  libcurl doesn't support active FTP over a SOCKS proxy
 
+10.5 SOCKS proxy not working via IPv6
+
+ `curl --proxy "socks://hostname-with-AAAA-record" example.com`
+
+ curl: (7) Can't complete SOCKS4 connection to 1.2.3.4:109. (91),
+ request rejected or failed.
 
 11. Internals