mirror of
https://github.com/blendogames/quadrilateralcowboy.git
synced 2024-11-10 06:41:36 +00:00
31 lines
374 B
Text
31 lines
374 B
Text
|
# Server-side
|
||
|
<reply>
|
||
|
<data>
|
||
|
</data>
|
||
|
</reply>
|
||
|
|
||
|
# Client-side
|
||
|
<client>
|
||
|
<server>
|
||
|
https
|
||
|
</server>
|
||
|
<name>
|
||
|
insecure HTTPS without permission
|
||
|
</name>
|
||
|
<command>
|
||
|
https://%HOSTIP:%HOSTPORT/want/305 --cacert moooo
|
||
|
</command>
|
||
|
</test>
|
||
|
|
||
|
# Verify data after the test has been "shot"
|
||
|
<verify>
|
||
|
<strip>
|
||
|
^User-Agent:.*
|
||
|
</strip>
|
||
|
<protocol>
|
||
|
</protocol>
|
||
|
<errorcode>
|
||
|
60
|
||
|
</errorcode>
|
||
|
</verify>
|