2007-03-30 18:04:14 -04:00
|
|
|
<testcase>
|
|
|
|
<info>
|
|
|
|
<keywords>
|
|
|
|
FTPS
|
|
|
|
FAILURE
|
|
|
|
</keywords>
|
|
|
|
</info>
|
|
|
|
|
|
|
|
# Client-side
|
|
|
|
<client>
|
|
|
|
<features>
|
|
|
|
SSL
|
|
|
|
</features>
|
|
|
|
<server>
|
|
|
|
ftp
|
|
|
|
</server>
|
|
|
|
<name>
|
|
|
|
FTPS operation to FTP port
|
|
|
|
</name>
|
|
|
|
<command>
|
2008-02-20 07:18:08 -05:00
|
|
|
-m 5 -k ftps://%HOSTIP:%FTPPORT/path/to/file/405
|
2007-03-30 18:04:14 -04:00
|
|
|
</command>
|
|
|
|
</client>
|
|
|
|
|
|
|
|
# Verify data after the test has been "shot"
|
|
|
|
<verify>
|
2008-02-20 07:18:08 -05:00
|
|
|
# error code 35 is CURLE_SSL_CONNECT_ERROR
|
|
|
|
# GnuTLS seems to not fail on its handshake but instead times out which gives
|
|
|
|
# error 28
|
2007-03-30 18:04:14 -04:00
|
|
|
<errorcode>
|
2008-02-20 07:18:08 -05:00
|
|
|
35,28
|
2007-03-30 18:04:14 -04:00
|
|
|
</errorcode>
|
|
|
|
</verify>
|
|
|
|
</testcase>
|