Closed ibeckermayer closed 2 years ago
Error 4395 is ERRINFO_VCDATATOOLONG
(0x0000112B).
The size of a received Virtual Channel PDU (section 2.2.6.1) exceeds the chunking size specified in the Virtual Channel Capability Set (section 2.2.7.1.10).
Which makes sense. We must need to break up the message in some way. To the spec..
After some digging, looks like a Windows 2012 R2 server is specifying a maximum chunk size of 1600 bytes. Your example is a little over 2000 bytes, so everything adds up so far.
Description
Pasting an amount of text apparently above some relatively small threshold causes an unknown error in our RDP client which causes the RDP connection to terminate.
Reproduction Steps
"Session disconnected for an unkown reason"
[sic]Server Details
teleport version
):v9.0.0-beta.1
/etc/os-release
): MacOS 12.2.1Debug Logs
@zmb3 link to the Slack messages where I began preliminary debugging.