From 2f8d0df085519351dbd7123178895ba910d756c1 Mon Sep 17 00:00:00 2001 From: Michael Kaufmann Date: Sat, 18 Feb 2017 13:56:56 +0100 Subject: proxy: fix hostname resolution and IDN conversion Properly resolve, convert and log the proxy host names. Support the "--connect-to" feature for SOCKS proxies and for passive FTP data transfers. Follow-up to cb4e2be Reported-by: Jay Satiro Fixes https://github.com/curl/curl/issues/1248 --- tests/data/test714 | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100755 tests/data/test714 (limited to 'tests/data/test714') diff --git a/tests/data/test714 b/tests/data/test714 new file mode 100755 index 000000000..9d1f0a96e --- /dev/null +++ b/tests/data/test714 @@ -0,0 +1,64 @@ + +#based off test 712 + + +FTP +PASV +RETR +HTTP +HTTP CONNECT +proxytunnel +CURLOPT_CONNECT_TO + + +# +# Server-side + + +HTTP/1.1 200 Connection established + + + + +silly content + + + +HTTP/1.1 200 Connection established + +HTTP/1.1 200 Connection established + +silly content + + + +# +# Client-side + + +ftp +http-proxy + + +FTP fetch with --proxy set to http:// and with --connect-to + + +ftp://ftp.example.com.714/714 --connect-to ::connect.example.com.714:%FTPPORT --proxytunnel --proxy http://%HOSTIP:%PROXYPORT + + + +# +# Verify data after the test has been "shot" + + +USER anonymous +PASS ftp@example.com +PWD +EPSV +TYPE I +SIZE 714 +RETR 714 +QUIT + + + -- cgit v1.2.3