ProxyPass icon indicating copy to clipboard operation
ProxyPass copied to clipboard

DownstreamPacketHandler is not set if server network encryption is not enabled

Open smartcmd opened this issue 2 years ago • 1 comments

ServerToClientHandshakePacket / ClientToServerHandshakePacket only be sent if network encryption is enabled. This results in that if the server does not enable network encryption, DownstreamPacketHandler will not be set, the problem code is as follows

image

smartcmd avatar Jul 25 '23 18:07 smartcmd

Is this still something that is an issue? I would've thought every server implementation has encryption on by default.

SupremeMortal avatar May 11 '25 12:05 SupremeMortal