Hi!

A newly built version of lftp on my debian mashine gives me this error:

gnutls_record_recv: A TLS packet with unexpected length was received

An older version (3.2.0) of lftp did not have any problems with the same
server. I attached the full debug code. Does anyone know how to get rid
of this error?

TIA
 Stephan
---- Connecting to hostname.tld (123.123.123.123) port 21
<--- 220 speutelspeutelspeutel   
---> FEAT
<--- 211-Features:
<---  AUTH SSL
<---  AUTH TLS                   
<---  EPRT
<---  EPSV
<---  MDTM
<---  PASV
<---  PBSZ
<---  PROT
<---  REST STREAM
<---  SIZE
<---  TVFS
<--- 211 End
---> AUTH TLS
<--- 234 Proceed with negotiation.
---> USER user
Certificate:
C=DE,ST=State,L=City,O=None,CN=#123456789012345678901234567890123456,[EMAIL 
PROTECTED]
 Issued by:
C=DE,ST=State,L=City,O=None,CN=#123456789012345678901234567890123456,[EMAIL 
PROTECTED]
WARNING: Certificate verification: Not trusted
WARNING: Certificate verification: The certificate's owner does not match 
hostname 'hostname.tld'

<--- 331 Please specify the password.
---> PASS XXXX
<--- 230 Login successful.       
---> PWD
<--- 257 "/"
---> PBSZ 0
<--- 200 PBSZ set to 0.
---> PROT P
<--- 200 PROT now Private.
---> PASV
<--- 227 Entering Passive Mode (123,123,123,123,245,176)
---- Connecting data socket to (123,123,123,123) port 55555
---- Data connection established
---> LIST
<--- 150 Here comes the directory listing.
Certificate:
C=DE,ST=State,L=City,O=None,CN=#123456789012345678901234567890123456,[EMAIL 
PROTECTED]
 Issued by:
C=DE,ST=State,L=City,O=None,CN=#123456789012345678901234567890123456,[EMAIL 
PROTECTED]
WARNING: Certificate verification: Not trusted
WARNING: Certificate verification: The certificate's owner does not match 
hostname 'hostname.tld'

<--- 226 Directory send OK.     
**** gnutls_record_recv: A TLS packet with unexpected length was received.
---- Closing data socket
---- Closing control socket
drwxrwxr-x  121 1000     1000         4096 Jan 01 00:00 dirname
ls: Fatal error: gnutls_record_recv: A TLS packet with unexpected length was 
received.

Attachment: signature.asc
Description: Digital signature

Reply via email to