Hello, Alexander.
I use lftp 3.5.7 with Libraries used: Readline 5.2, Expat 1.95.8, GnuTLS
1.0.25, libiconv 1.11, zlib 1.2.3
When connecting to ftps through http proxy lftp gets hanged after some
time (I guess an hour, determined by starting time and last logging time
updated. The dns:cache-expire option is 1h) with the following log
produced at the end:
+--> CONNECT 192.168.0.1:5190 HTTP/1.0
+--> Proxy-Authorization: Basic ...
<--+ HTTP/1.0 200 Connection established
<--+
<--- 150 Data connection accepted from 192.168.0.2:35935; transfer
starting for ...
gnutls_record_recv: A TLS packet with unexpected length was received.;
assuming EOF
**** Peer closed connection
---- Closing data socket
---- Closing control socket
---- Resolving host address...
this happens even with the options set up
set dns:fatal-timeout 30
set dns:max-retries 30
Arkady