Open southz opened 4 years ago
Which version do you use? It looks like the server received the TLS client authentication before it was able to stop the receiving process and thus tried to interpret the data as FTP command.
I'm using Version 3.1.1 with .NET core 3.0.1
My Startup is basically like the example QuickStart.AspNetCoreHost but with custom implementations for Authentication (Database) and FileSystem (Mixed InMemory/Database).
Are there any further code examples or information i could provide to help?
EDIT: I tried the connections with WinSCP and FileZilla and this is happening on both and the first connection after Startup (of the FTP server) is commonly to fail. Following connection attempts seem to work in most cases.
Hi, anything new on this bug?
No, not yet, as I currently don't have much time and I'm not sure why this still happens (sometimes).
I've setup a FTP Server with explicit TLS settings. Sometimes (randomly) there are unrecognized command errors with the attached debug output. This error appears most frequently on the first connection after server startup. After connection timeout the next connection is established sucessfully.
Implementation of Certificate:
Debug Log: