mirror of
https://github.com/ENSL/NS.git
synced 2024-11-27 14:52:11 +00:00
5af879678c
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@69 67975925-1194-0748-b3d5-c16f83f1a3a1
33 lines
391 B
Text
33 lines
391 B
Text
#
|
|
# Server-side
|
|
<reply name="1">
|
|
<data>
|
|
</data>
|
|
</reply>
|
|
|
|
#
|
|
# Client-side
|
|
<client>
|
|
<server>
|
|
ftps
|
|
</server>
|
|
<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>
|