curl/tests/data/test305

36 lines
419 B
Plaintext
Raw Normal View History

<testcase>
<info>
<keywords>
HTTPS
HTTP GET
FAILURE
</keywords>
</info>
2002-08-30 06:58:37 -04:00
# Client-side
<client>
<features>
SSL
</features>
<server>
https
</server>
2002-08-30 06:58:37 -04:00
<name>
insecure HTTPS without permission
</name>
<command>
2005-04-13 08:37:38 -04:00
https://%HOSTIP:%HTTPSPORT/want/305 --cacert moooo
2002-08-30 06:58:37 -04:00
</command>
</client>
2002-08-30 06:58:37 -04:00
# Verify data after the test has been "shot"
<verify>
<strip>
^User-Agent:.*
</strip>
<errorcode>
77
2002-08-30 06:58:37 -04:00
</errorcode>
</verify>
</testcase>