1<testcase> 2<info> 3<keywords> 4HTTPS 5HTTP 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> 21SSL 22!bearssl 23!rustls 24!wolfssl 25</features> 26<server> 27https 28</server> 29<tool> 30lib%TESTNUMBER 31</tool> 32<name> 33verify certificate chain order with simple HTTPS GET 34</name> 35<command> 36https://%HOSTIP:%HTTPSPORT/%TESTNUMBER 37</command> 38</client> 39 40# 41# Verify data after the test has been "shot" 42<verify> 43<protocol> 44GET /%TESTNUMBER HTTP/1.1 45Host: %HOSTIP:%HTTPSPORT 46Accept: */* 47 48</protocol> 49</verify> 50</testcase> 51