From 54c784556e3579c24de9cc79e435e8bbaa4f6c81 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 8 Apr 2019 19:43:48 +0200 Subject: test: make tests and test scripts use socksd for SOCKS Make all SOCKS tests use socksd instead of ssh. --- tests/data/test716 | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 tests/data/test716 (limited to 'tests/data/test716') diff --git a/tests/data/test716 b/tests/data/test716 new file mode 100644 index 000000000..db61dcb39 --- /dev/null +++ b/tests/data/test716 @@ -0,0 +1,44 @@ + + + +HTTP +SOCKS5 +all_proxy + + +# +# Server-side + +# method 2 is SOCKS5 asking for user+password + +method 2 + + + +# +# Client-side + + +socks5 + + +http + + +SOCKS5 proxy with too long user name + + +# it should never connect to the target server + +http://hohoho.example.com:99/716 -x socks5://AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA:b@%HOSTIP:%SOCKSPORT + + + +# +# Verify data after the test has been "shot" + + +43 + + + -- cgit v1.2.3