1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00
curl/tests/data/test305
Daniel Stenberg 73f0e32d1a new tests
2002-08-30 10:58:37 +00:00

28 lines
349 B
Plaintext

# Server-side
<reply>
<data>
</data>
</reply>
# Client-side
<client>
<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>