summaryrefslogtreecommitdiff
path: root/tests/data/test703
blob: 4aa89b46a5d0b0a1f99c3a952a02b8b676f6196c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<testcase>
#based off  19
<info>
<keywords>
HTTP
SOCKS5
connect to non-listen
FAILURE
</keywords>
</info>
# Server-side
<reply>
<data>
</data>
</reply>

# Client-side
<client>
<server>
socks5
</server>
<features>
http
</features>
 <name>
Attempt connect to non-listening HTTP server via SOCKS5 proxy
 </name>
 <command>
--socks5 %HOSTIP:%SOCKSPORT http://%HOSTIP:60000
</command>
</client>

# Verify data after the test has been "shot"
<verify>
<errorcode>
7
</errorcode>
</verify>
</testcase>