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