Accept certificate dialog in FTPES

Need help with FileZilla Client? Something does not work as expected? In this forum you may find an answer.

Moderator: Project members

Post Reply
Message
Author
dmill
500 Command not understood
Posts: 4
Joined: 2008-07-25 02:52
First name: Dave
Last name: Miller

Accept certificate dialog in FTPES

#1 Post by dmill » 2011-04-02 05:36

We have a problem with a Linux install. A trustedcerts.xml file was not created on install and the "accept certificate" dialog does not pop up when it should on a FTPES connection. The server works properly with all other current FZ clients. Adding an empty (declaration only) trustcerts.xml did not solve the problem. Any ideas on how to fix this?

User avatar
botg
Site Admin
Posts: 35508
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: Accept certificate dialog in FTPES

#2 Post by botg » 2011-04-02 08:05

Can you please post Logs with the debug level set to 3 in the settings dialog of FileZilla?

dmill
500 Command not understood
Posts: 4
Joined: 2008-07-25 02:52
First name: Dave
Last name: Miller

Re: Accept certificate dialog in FTPES

#3 Post by dmill » 2011-04-18 01:00

Sorry for the delay - this fell to a back burner.

The log is below. No trustedcerts.xml file can be found on the client machine and no "accept cert" dialog box is displayed.

Status: Connecting to xxx.xxx.xx.xxx:21...
Status: Connection established, waiting for welcome message...
Trace: CFtpControlSocket::OnReceive()
Response: 220 ProFTPD 1.3.3d Server () [::ffff:xxx.xxx.xx.xxx]
Trace: CFtpControlSocket::SendNextCommand()
Command: AUTH TLS
Trace: CFtpControlSocket::OnReceive()
Response: 234 AUTH TLS successful
Status: Initializing TLS...
Trace: CTlsSocket::Handshake()
Trace: CTlsSocket::ContinueHandshake()
Trace: CTlsSocket::OnSend()
Error: Connection timed out
Trace: CControlSocket::DoClose(2050)
Trace: CFtpControlSocket::ResetOperation(2114)
Trace: CControlSocket::ResetOperation(2114)
Error: Could not connect to server
Trace: CFileZillaEnginePrivate::ResetOperation(2114)

User avatar
botg
Site Admin
Posts: 35508
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: Accept certificate dialog in FTPES

#4 Post by botg » 2011-04-18 06:09

Simple, it's not being displayed as the the handshake times out before the server sends his certificate.

Most probably some firewall is interfering with the connection.

Post Reply