I'm trying to establish a connection via FTPS using password authentication. Setting up the communication using WinSCP from the server works fine, so firewalls aren't an issue.
The logging shows that the connection enters an error during the SSL handshake, but I can't figure out what's the error exactly. I hope your can help. The logging is this:
ssl_debug(7931): Starting handshake (iSaSiLk 4.403)...
ssl_debug(7931): Sending v3 client_hello message to xxxx.xxx.xxx:port, requesting version 3.1...
ssl_debug(7931): Received v3 server_hello handshake message.
ssl_debug(7931): Server selected SSL version 3.1.
ssl_debug(7931): Server created new session 00:00:00:00:00:00:00:00...
ssl_debug(7931): CipherSuite selected by server: SSL_RSA_WITH_3DES_EDE_CBC_SHA
ssl_debug(7931): CompressionMethod selected by server: NULL
ssl_debug(7931): TLS extensions sent by the server: renegotiation_info (65281)
ssl_debug(7931): Server supports secure renegotiation.
ssl_debug(7931): Received certificate handshake message with server certificate.
ssl_debug(7931): Server sent a 2048 bit RSA certificate, chain has 4 elements.
ssl_debug(7931): ChainVerifier: Found a trusted certificate, returning true
ssl_debug(7931): Received certificate_request handshake message.
ssl_debug(7931): Accepted certificate types: RSA
ssl_debug(7931): Accepted certificate authorities:
ssl_debug(7931): (empty list)
ssl_debug(7931): Received server_hello_done handshake message.
ssl_debug(7931): No client certificate available, sending empty certificate message...
ssl_debug(7931): Sending client_key_exchange handshake...
ssl_debug(7931): Sending change_cipher_spec message...
ssl_debug(7931): Sending finished message...
ssl_debug(7931): Received change_cipher_spec message.
ssl_debug(7931): Received finished message.
ssl_debug(7931): Session added to session cache.
ssl_debug(7931): Handshake completed, statistics:
ssl_debug(7931): Read 4902 bytes in 6 records, wrote 463 bytes in 4 records.