test703 567 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <testcase>
  2. #based off 19
  3. <info>
  4. <keywords>
  5. HTTP
  6. SOCKS5
  7. connect to non-listen
  8. FAILURE
  9. </keywords>
  10. </info>
  11. # Server-side
  12. <reply>
  13. <data>
  14. </data>
  15. # 1 is socks5 failure
  16. <servercmd>
  17. response 1
  18. </servercmd>
  19. </reply>
  20. # Client-side
  21. <client>
  22. <server>
  23. socks5
  24. </server>
  25. <features>
  26. http
  27. proxy
  28. </features>
  29. <name>
  30. Attempt connect to non-listening HTTP server via SOCKS5 proxy
  31. </name>
  32. <command>
  33. --socks5 %HOSTIP:%SOCKSPORT http://%HOSTIP:%NOLISTENPORT
  34. </command>
  35. </client>
  36. # Verify data after the test has been "shot"
  37. <verify>
  38. <errorcode>
  39. 97
  40. </errorcode>
  41. </verify>
  42. </testcase>