Custom Query (8143 matches)
Results (433 - 435 of 8143)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#7731 | fixed | No SSH Agent login after upgrade to 3.5.1 | ||
Description |
After upgrading to v3.5.1, SSH key authentication via agent no longer works. FileZilla sends blank password instead of using agent and reports "Authentication Failure." Downgrading to 3.5.0 fixed the issue. |
|||
#7742 | fixed | FTPES handshake fails with GnuTLS 3 | ||
Description |
When using GnuTLS 2.12.7 FileZilla could successfully connect using FTPES, however after upgrading to GnuTLS 3 (and compiling FileZilla against it) when trying to connect I get the following error: Status: Resolving address of <redacted> Status: Connecting to <redacted>:21... Status: Connection established, waiting for welcome message... Trace: CFtpControlSocket::OnReceive() Response: 220 (vsFTPd 2.3.4) 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() Trace: GnuTLS alert 40: Handshake failed Error: GnuTLS error -12: A TLS fatal alert has been received. Trace: CRealControlSocket::OnClose(103) Trace: CFtpControlSocket::ResetOperation(66) Trace: CControlSocket::ResetOperation(66) Error: Could not connect to server Status: Waiting to retry... Status: Resolving address of apiratelifeforme.com Status: Connecting to <redacted>:21... Status: Connection established, waiting for welcome message... Trace: CFtpControlSocket::OnReceive() Response: 220 (vsFTPd 2.3.4) 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() Trace: GnuTLS alert 40: Handshake failed Error: GnuTLS error -12: A TLS fatal alert has been received. Trace: CRealControlSocket::OnClose(103) Trace: CFtpControlSocket::ResetOperation(66) Trace: CControlSocket::ResetOperation(66) Error: Could not connect to server I can successfully connect with FileZilla from Windows and from Linux if I downgrade GnuTLS, so the server works just fine. |
|||
#7766 | fixed | Error in completing r4249 | ||
Description |
Debian Linux sid on intel core i5 Kernel version: 3.0.0-1-amd64 gnutls-cli (GnuTLS) 3.0.3 Making all in . Making all in src Making all in include Making all in engine tlssocket.cpp: In member function 'bool CTlsSocket::Init()': tlssocket.cpp:116:41: error: 'gnutls_transport_set_lowat' was not declared in this scope make[3]: * [libengine_a-tlssocket.o] Error 1 make[2]: * [all] Error 2 make[1]: * [all-recursive] Error 1 make: * [all-recursive] Error 1 |