Commit 73f0e32d authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

new tests

parent 713cb56f
Loading
Loading
Loading
Loading

tests/data/test305

0 → 100644
+27 −0
Original line number Diff line number Diff line
# 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>

tests/data/test403

0 → 100644
+30 −0
Original line number Diff line number Diff line
#
# Server-side
<reply name="1">
<data>
</data>
</reply>

#
# Client-side
<client>
 <name>
insecure FTPS without permission
 </name>
 <command>
 ftps://%HOSTIP:%FTPSPORT/403 --cacert foo
</command>
</test>

#
# Verify data after the test has been "shot"
<verify>
<strip>
filter off really nothing
</strip>
<errorcode>
60
</errorcode>
<protocol>
</protocol>
</verify>