I have been fighting with these error for the past 2 days with no luck, have re-installed VSFTPD (3.0.2) and Filezilla Client numerous times without sucess, and have even gone as far as testing Filezilla Clients from 3.3.5 to 3.6.2 with no sucess.
The following logs is from Filezilla Client:
Status: Connecting to <IP>:<Port>...
Status: Connection established, waiting for welcome message...
Trace: CFtpControlSocket::OnReceive()
Response: 220 (vsFTPd 3.0.2)
Trace: CFtpControlSocket::SendNextCommand()
Command: USER psux
Trace: CFtpControlSocket::ResetOperation(74)
Trace: CControlSocket::ResetOperation(74)
Error: Connection attempt interrupted by user
Status: Connecting to <IP>:<Port>...
Status: Connection established, waiting for welcome message...
Trace: CFtpControlSocket::OnReceive()
Response: 220 (vsFTPd 3.0.2)
Trace: CFtpControlSocket::SendNextCommand()
Command: AUTH TLS
Trace: CFtpControlSocket::OnReceive()
Response: 234 Proceed with negotiation.
Status: Initializing TLS...
Trace: CTlsSocket::Handshake()
Trace: CTlsSocket::ContinueHandshake()
Trace: CTlsSocket::ContinueHandshake()
Error: GnuTLS error -15: An unexpected TLS packet was received.
Trace: CRealControlSocket::OnClose(103)
Trace: CFtpControlSocket::ResetOperation(66)
Trace: CControlSocket::ResetOperation(66)
Error: Could not connect to server
And the VSFTPD log doesn't provide much help...
To note, disabling SSL and connecting normally works FINE.
Any help would be greatly appreicated!
The following logs is from Filezilla Client:
Code:
Status: Connecting to <IP>:<Port>...
Status: Connection established, waiting for welcome message...
Trace: CFtpControlSocket::OnReceive()
Response: 220 (vsFTPd 3.0.2)
Trace: CFtpControlSocket::SendNextCommand()
Command: USER psux
Trace: CFtpControlSocket::ResetOperation(74)
Trace: CControlSocket::ResetOperation(74)
Error: Connection attempt interrupted by user
Status: Connecting to <IP>:<Port>...
Status: Connection established, waiting for welcome message...
Trace: CFtpControlSocket::OnReceive()
Response: 220 (vsFTPd 3.0.2)
Trace: CFtpControlSocket::SendNextCommand()
Command: AUTH TLS
Trace: CFtpControlSocket::OnReceive()
Response: 234 Proceed with negotiation.
Status: Initializing TLS...
Trace: CTlsSocket::Handshake()
Trace: CTlsSocket::ContinueHandshake()
Trace: CTlsSocket::ContinueHandshake()
Error: GnuTLS error -15: An unexpected TLS packet was received.
Trace: CRealControlSocket::OnClose(103)
Trace: CFtpControlSocket::ResetOperation(66)
Trace: CControlSocket::ResetOperation(66)
Error: Could not connect to server
And the VSFTPD log doesn't provide much help...
Code:
Sat Dec 15 11:09:54 2012 [pid 18331] CONNECT: Client "<IP>"
Sat Dec 15 11:09:54 2012 [pid 18331] FTP response: Client "<IP>", "220 (vsFTPd 3.0.2)"
Sat Dec 15 11:09:55 2012 [pid 18331] FTP command: Client "<IP>", "AUTH TLS"
Sat Dec 15 11:09:55 2012 [pid 18331] FTP response: Client "<IP>", "234 Proceed with negotiation."
Sat Dec 15 11:09:54 2012 [pid 18331] FTP response: Client "<IP>", "220 (vsFTPd 3.0.2)"
Sat Dec 15 11:09:55 2012 [pid 18331] FTP command: Client "<IP>", "AUTH TLS"
Sat Dec 15 11:09:55 2012 [pid 18331] FTP response: Client "<IP>", "234 Proceed with negotiation."
To note, disabling SSL and connecting normally works FINE.
Any help would be greatly appreicated!