Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Re: Re: Re: TLS error with version 6.3.3

I'm sending you an email with a development version of WinSCP to the address you have used to register on this forum.
h.o.veiser@4sale-it.de

Re: Re: Re: TLS error with version 6.3.3

Thank you very much Martin,
that was exactly the problem.
The error is somewhat missleading, but you have got it!
It is now working as expected.
By the way, we have no access to the server and have already ask serveral times to update it.
Have a nice day!
Hans-Otto
martin

Re: Re: Re: TLS error with version 6.3.3

FileZilla uses obsolete TLS 1.0 with your server, probably because the server is NOT updated to support modern security protocols.
WinSCP does not allow TLS 1.0 by default for security reasons. But it can be configured to do so:
https://winscp.net/eng/docs/ui_login_tls
Though you should update the server, instead of using obsolete protocols.
h.o.veiser@4sale-it.de

Re: Re: Re: TLS error with version 6.3.3

Thank you,
attached you will find the file
martin

Re: Re: Re: TLS error with version 6.3.3

Thanks. Though, please enable Debug level logging in FileZilla (Edit > Settings > Debug).
h.o.veiser@4sale-it.de

Re: Re: Re: TLS error with version 6.3.3

Good morning,
attached you will find both logs
Thank you!
martin

Re: Re: Re: TLS error with version 6.3.3

Please post complete FileZilla and WinSCP logs.
h.o.veiser@4sale-it.de

Re: Re: Re: TLS error with version 6.3.3

May be I am wrong, my understanding is, that we have a server which is looking for a FTP request over TLS.
The Log error says it would not support SSL3.
What can I do to force WinSCP to use at minimum TLS 1.0?
If I use FileZilla it is using TLS 1.0 whithout problems.
Thank you
Guest

Its feels like you're still confusing SFTP with FTPS and that feels like the actual problem based on what I see. All your comments seem to be mixing both SSH and FTP encrypted :)
h.o.veiser@4sale-it.de

Re: Re: Re: TLS error with version 6.3.3

Sorry, you are right,
this was the second example with PuTTY, which does not work either.
Using SFTP the log looks like this:
Failed to connect to 1.0.0.0: Network error: Connection timed out
Knocking FTP port.
FTP port opened, will suggest using FTP protocol.

FileZilla is working with FTP and explicit TLS.
martin

Re: Re: TLS error with version 6.3.3

It is even more unclear to me now.
What does the psftp commandline have to do with WinSCP?
Anyway, psftp is an SFTP client. Not an FTP client. The SFTP has nothing to do with TLS/SSL.
If the SFTP works, use the SFTP in WinSCP, not the FTP.
h.o.veiser@4sale-it.de

Re: Re: TLS error with version 6.3.3

Thank you and sorry to be unclear.
Here is the command line:
"C:\Program Files\PuTTY\psftp.exe" -batch -v -bc -pw "Password" -b "c:\Rechnungsimport\Scripts\ftp_Kommandos.lst" user@xy.de >> D:\Rechnungsimport\ueberwachteDir\XY.log

In the configuration it says "Explizites TLS/SSL".
martin

Re: TLS error with version 6.3.3

Do you mean SFTP or FTPS? SFTP does not use TLS. FTPS does.
h.o.veiser@4sale-it.de

TLS error with version 6.3.3

Hi,
with the client WinSCP.exe on the command line I try to connect to a server using SFTP.
The data connection over TLS is failing with:
234 AUTH command ok. Expecting TLS Negotiation.
SSL3 alert write: fatal: protocol version
error:0A000102:SSL routines::unsupported protocol
unsupported protocol
TLS connect: error in error

On the client side we are using Windows 2022 with TLS 1.3/2
Using the GUI the error is the same.
Some weeks ago it was working and other SFTP-programs are working too.
Any idea?