blob: 53d6a022239468d4dd1013c432a562a011c2e30f [file] [log] [blame]
<testcase>
#based off 19
<info>
<keywords>
HTTP
SOCKS5
connect to non-listen
FAILURE
</keywords>
</info>
# Server-side
<reply>
<data>
</data>
# 1 is socks5 failure
<servercmd>
response 1
</servercmd>
</reply>
# Client-side
<client>
<server>
socks5
</server>
<features>
http
proxy
</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>