curl/tests/data/test305

28 lines
357 B
Plaintext
Raw Normal View History

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