2007-01-23 10:25:56 +08:00
|
|
|
<testcase>
|
2002-08-30 18:58:37 +08:00
|
|
|
# Client-side
|
|
|
|
<client>
|
2005-01-30 20:53:05 +08:00
|
|
|
<features>
|
|
|
|
SSL
|
|
|
|
</features>
|
2003-05-01 04:25:39 +08:00
|
|
|
<server>
|
|
|
|
https
|
|
|
|
</server>
|
2002-08-30 18:58:37 +08:00
|
|
|
<name>
|
|
|
|
insecure HTTPS without permission
|
|
|
|
</name>
|
|
|
|
<command>
|
2005-04-13 20:37:38 +08:00
|
|
|
https://%HOSTIP:%HTTPSPORT/want/305 --cacert moooo
|
2002-08-30 18:58:37 +08:00
|
|
|
</command>
|
2005-01-26 05:45:03 +08:00
|
|
|
</client>
|
2002-08-30 18:58:37 +08:00
|
|
|
|
|
|
|
# Verify data after the test has been "shot"
|
|
|
|
<verify>
|
|
|
|
<strip>
|
|
|
|
^User-Agent:.*
|
|
|
|
</strip>
|
|
|
|
<errorcode>
|
2006-10-21 19:32:05 +08:00
|
|
|
77
|
2002-08-30 18:58:37 +08:00
|
|
|
</errorcode>
|
|
|
|
</verify>
|
2007-01-23 10:25:56 +08:00
|
|
|
</testcase>
|