blob: 318cbe672c02eca4d2a0686a4a716f6276378e6a [file] [log] [blame]
xf.li6c8fc1e2023-08-12 00:11:09 -07001<testcase>
2<info>
3<keywords>
4HTTPS
5HTTP GET
6timeout
7</keywords>
8</info>
9
10# Server-side
11<reply>
12<data>
13HTTP/1.1 200 OK
14Date: Tue, 09 Nov 2010 14:49:00 GMT
15Connection: close
16
17_data_result_data_
18</data>
19<postcmd>
20wait 20
21</postcmd>
22</reply>
23
24# Client-side
25<client>
26<features>
27SSL
28</features>
29<server>
30https
31</server>
32 <name>
33HTTPS with 8 secs timeout
34 </name>
35 <command>
36-k https://%HOSTIP:%HTTPSPORT/want/%TESTNUMBER -m 8
37</command>
38</client>
39
40# Verify data after the test has been "shot"
41<verify>
42<protocol>
43GET /want/%TESTNUMBER HTTP/1.1
44Host: %HOSTIP:%HTTPSPORT
45User-Agent: curl/%VERSION
46Accept: */*
47
48</protocol>
49<errorcode>
5028
51</errorcode>
52</verify>
53</testcase>