https://bugs.winehq.org/show_bug.cgi?id=48851
Bug ID: 48851 Summary: WinSCP file transfer "The specified data could not be decrypted" Product: Wine Version: 4.0.3 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: tim.c.quinn@gmail.com Distribution: ---
Created attachment 66775 --> https://bugs.winehq.org/attachment.cgi?id=66775 This is the file that failes. Its from the Apache log4net project
I've been using WinSCP on wine for years and just hit my first big issue and it appears to be a wine issue. I was trying to transfer an xml file to an IIS server on Windows Server 2019 and it fails on the client side with the error: - Copying files to remote side failed. - The specified data could not be decrypted.
The version of WinSCP I am using is 5.17.2 portable. The same issue occurs with WinSCP 5.11.3 portable.
The error on 5.11.3 is a bit more verbose: - Using TLSv1.2, cipher TLSv1/SSLv3: ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA, ECDHE-RSA-AES256-GCM-SHA384 TLSv1.2 Kx=ECDH Au=RSA Enc=AESGCM(256) Mac=AEAD - Copying files to remote side failed. - The specified data could not be decrypted.
To isolate if this is a WinSCP issue or a Windows issue, I deployed the exact same WinSCP 5.17.2 on Windows Server 2008R2 and the file transferred ok with no errors.
I suspect this issue is related to TLS libraries deployed with Wine.