node-rdpjs icon indicating copy to clipboard operation
node-rdpjs copied to clipboard

winserver 2016 show NODE_RDP_PROTOCOL_X224_NEG_FAILURE()

Open xiaoshengduan opened this issue 5 years ago • 2 comments

winserver 2016 throw error NODE_RDP_PROTOCOL_X224_NEG_FAILURE() , but winserver 2019 can work

xiaoshengduan avatar Mar 06 '21 10:03 xiaoshengduan

node-rdpjs support only SSL security layer,so the server needs to apply for SSL security certificate. And then you should set Windows remote desktop (RDP) connection security layer to SSL (TLS 1.0). View links https://docs.microsoft.com/en-us/troubleshoot/windows-server/remote/incorrect-tls-use-rdp-with-ssl-encryption

276408869 avatar Mar 24 '21 02:03 276408869

If the above method does not work, right-click on My Computer - Properties - Advanced System Settings - Remote - uncheck 'Only allow computer connections that run remote desktops using network level authentication'

276408869 avatar Apr 28 '23 07:04 276408869