Re: Reuse TLS session ID for data connections
That worked! Thank you so much. I'm gonna make a donation.
SslSessionReuse=off
.
SessionOptions.AddRawSettings
, but I don't know how to uncheck “Reuse TLS session ID for data connections” in .NET. Can anyone tell me? Code:
sessionOptions.AddRawSettings("MinTlsVersion", "12")
sessionOptions.AddRawSettings("MaxTlsVersion", "12")
sessionOptions.AddRawSettings("ReuseTlsSessionId", "0")
Lost connection. SSL3 alert write: fatal: protocol version The server is using unsupported protocol. Your WinSCP session is configured to use TLSv1.2 through TLSv1.2. It can be configured to use TLSv1.0 through TLSv1.3. Though, avoid using old insecure protocols, whenever possible. OpenSSL 0A000139: record layer failure An established connection was aborted by the software in your host machine. Disconnected from server Copying files to remote side failed. Copying files to remote side failed.