test3102 (583B)
1 <testcase> 2 <info> 3 <keywords> 4 HTTPS 5 HTTP GET 6 </keywords> 7 </info> 8 9 # 10 # Server-side 11 <reply> 12 <data> 13 </data> 14 </reply> 15 16 # 17 # Client-side 18 <client> 19 # SSL with libraries supporting CURLOPT_CERTINFO 20 <features> 21 SSL 22 !wolfssl 23 </features> 24 <server> 25 https 26 </server> 27 <tool> 28 lib%TESTNUMBER 29 </tool> 30 <name> 31 verify certificate chain order with simple HTTPS GET 32 </name> 33 <command> 34 https://%HOSTIP:%HTTPSPORT/%TESTNUMBER 35 </command> 36 </client> 37 38 # 39 # Verify data after the test has been "shot" 40 <verify> 41 <protocol> 42 GET /%TESTNUMBER HTTP/1.1 43 Host: %HOSTIP:%HTTPSPORT 44 Accept: */* 45 46 </protocol> 47 </verify> 48 </testcase>