mirror of
https://github.com/moparisthebest/curl
synced 2024-10-31 15:45:12 -04:00
34 lines
404 B
Plaintext
34 lines
404 B
Plaintext
# Server-side
|
|
<reply>
|
|
<data>
|
|
</data>
|
|
</reply>
|
|
|
|
# Client-side
|
|
<client>
|
|
<features>
|
|
SSL
|
|
</features>
|
|
<server>
|
|
https
|
|
</server>
|
|
<name>
|
|
insecure HTTPS without permission
|
|
</name>
|
|
<command>
|
|
https://%HOSTIP:%HTTPSPORT/want/305 --cacert moooo
|
|
</command>
|
|
</client>
|
|
|
|
# Verify data after the test has been "shot"
|
|
<verify>
|
|
<strip>
|
|
^User-Agent:.*
|
|
</strip>
|
|
<protocol>
|
|
</protocol>
|
|
<errorcode>
|
|
60
|
|
</errorcode>
|
|
</verify>
|