test300 599 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <testcase>
  2. <info>
  3. <keywords>
  4. HTTPS
  5. HTTP GET
  6. </keywords>
  7. </info>
  8. #
  9. # Server-side
  10. <reply>
  11. <data>
  12. HTTP/1.1 200 OK
  13. Date: Tue, 09 Nov 2010 14:49:00 GMT
  14. Server: test-server/fake
  15. Content-Length: 7
  16. MooMoo
  17. </data>
  18. </reply>
  19. #
  20. # Client-side
  21. <client>
  22. <features>
  23. SSL
  24. </features>
  25. <server>
  26. https
  27. </server>
  28. <name>
  29. simple HTTPS GET
  30. </name>
  31. <command>
  32. -k https://%HOSTIP:%HTTPSPORT/%TESTNUMBER
  33. </command>
  34. </client>
  35. #
  36. # Verify data after the test has been "shot"
  37. <verify>
  38. <protocol>
  39. GET /%TESTNUMBER HTTP/1.1
  40. Host: %HOSTIP:%HTTPSPORT
  41. User-Agent: curl/%VERSION
  42. Accept: */*
  43. </protocol>
  44. </verify>
  45. </testcase>