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