1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00
curl/tests/data/test305

36 lines
427 B
Plaintext
Raw Normal View History

<testcase>
2002-08-30 06:58:37 -04:00
# Server-side
<reply>
<data>
</data>
</reply>
# 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>
<protocol>
</protocol>
<errorcode>
77
2002-08-30 06:58:37 -04:00
</errorcode>
</verify>
</testcase>