SSL/TLS error - 0, SSL error - 1, error:00000001:lib(0):func

Report client bugs
Post Reply
brianq1
Posts: 20
Joined: Tue Mar 18, 2008 12:39 pm

SSL/TLS error - 0, SSL error - 1, error:00000001:lib(0):func

Post by brianq1 »

I'm trying to download a file using the command line and every once in a while I get the following error below (bolded) which prevents me from downloading the file. Can you tell me what this is? It appears the file is located just fine, but when the transfer is attempted and error is thrown and the file is not able to be downloaded. I am using a FTPS (SSL DIRECT) connection and CoreFTP LE v2.1 Build1568.


Connect socket #1764 to <REMOVED>...TLSv1, cipher TLSv1/SSLv3 (IDEA-CBC-SHA) - 128 bitUSER <REMOVED>

331 User name okay, need password.

PASS **********

230 User logged in, proceed.

SYST

215 UNIX Type: L8

PBSZ 0

200 PBSZ command OK. Protection buffer size set to 0.

PROT P

200 PROT command OK. Using private data connection.

PASV

227 Entering Passive Mode (216,30,18,32,7,218)

LIST

Connect socket #1700 to <REMOVED>...TLSv1, cipher TLSv1/SSLv3 (IDEA-CBC-SHA) - 128 bit150 Opening ASCII mode data connection for /bin/ls.

226 Transfer complete.

PWD

257 "/" is current directory.

TYPE A

200 Type set to A.

PASV

227 Entering Passive Mode (216,30,18,32,7,208)

RETR 090204RX.txt

Connect socket #1696 to <REMOVED>...150 Opening ASCII mode data connection for 090204RX.txt (82328 Bytes).

090204RX.txt - 0 bytes transferred

[b]SSL/TLS error - 0, SSL error - 1, error:00000001:lib(0):func(0):reason(1)[/b]

QUIT

221 Goodbye!

Total uploaded files: 0

Total uploaded data: 0

Total downloaded files: 0

Total downloaded data: 0
brianq1
Posts: 20
Joined: Tue Mar 18, 2008 12:39 pm

Post by brianq1 »

The error is rather sporadic, but I was not able to produce it this morning by unchecking "SSL Transfer", so I'll go with that and continue to monitor. Thank you.
brianq1
Posts: 20
Joined: Tue Mar 18, 2008 12:39 pm

Post by brianq1 »

CP, I got another instance of this error with "SSL Transfer" unchecked. Again, it is quite sporadic - most of the time everything works just fine, then I get this in the log:

Connect socket #1748 to <REMOVED>, port 2121...TLSv1, cipher TLSv1/SSLv3 (IDEA-CBC-SHA) - 128 bitUSER <REMOVED>

331 User name okay, need password.

PASS **********

230 User logged in, proceed.

SYST

215 UNIX Type: L8

PBSZ 0

200 PBSZ command OK. Protection buffer size set to 0.

PROT P

200 PROT command OK. Using private data connection.

PASV

227 Entering Passive Mode (216,30,18,32,7,208)

LIST

Connect socket #1676 to <REMOVED>, port 2000...SSL/TLS error - 0, SSL error - 1, error:00000001:lib(0):func(0):reason(1)

150 Opening ASCII mode data connection for /bin/ls.

PWD

421 Data connection closed (SSL/TLS negotiation failed).

TYPE I

257 "/" is current directory.

PBSZ 0

200 Type set to I.

PROT C

200 PBSZ command OK. Protection buffer size set to 0.

PASV

200 PROT command OK. Using clear data connection.

090325RX.txt - File not found...

QUIT

227 Entering Passive Mode (216,30,18,32,7,209)

Total uploaded files: 0

Total uploaded data: 0

Total downloaded files: 0

Total downloaded data: 0
brianq1
Posts: 20
Joined: Tue Mar 18, 2008 12:39 pm

Post by brianq1 »

Thanks CP, I'll continue our discussion on the other thread:
http://coreftp.com/forums/viewtopic.php?t=58756
Post Reply