-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rdp Win2003,show ERROR: NODE_RDP_PROTOCOL_X224_NEG_FAILURE() #22
Comments
This is because node rdp doesn't support old version of RDP protocol. |
Hi, This is because old RDP protocol is not supported on node-rdpjs. Sorry |
I set Allow remote connections to this computer. But still it throws same error. Old RDP protocol is not supported on node-rdpjs, so how can we solved this issue. My destination server is windows 2012 r2 |
After doing configuration in machine, it works for me. However I have dynamic server creation in cloud and I can't go into server every time and change configuration. Which windows OS is supported @citronneur ? Following is my windows machine configuration UPDATE : |
@sonianand11 You can add the following line to your provisioning of your cloud servers
After that I was able to use node-rdpjs with a Windows Server 2016 running in Azure. |
@StefanScherer Thank you for reply. I am also using azure. I am creating windows instance by Ruby SDK . Can you please also suggest which part of configuration I need to add that line ? |
@sonianand11 I don't know the Ruby client, but I can show you how to run scripts within a "Deploy to Azure button" configuration azuredeploy.json I did a while ago in github.com/StefanScherer/docker-windows-azure repo. |
@StefanScherer Thank you. This helps me. I will look more into it. I will also update if anything works for me via Ruby SDK |
I think ntlm auth la needed but not implemented . In next release. |
What are the roadblocks to supporting older versions of the rdp protocol? I've been wanting to help code something, and I think adding support for this could be a good place to start. |
it works, thx |
rdp Win2003 ,show error:
[node-rdpjs] ERROR: NODE_RDP_PROTOCOL_X224_NEG_FAILURE()
Error
at new ProtocolError (file:///C:/Users/Administrator/Hozz5/app/main.js:138510:9)
at Client.recvConnectionConfirm (file:///C:/Users/Administrator/Hozz5/app/main.js:156822:10)
at TPKT. (file:///C:/Users/Administrator/Hozz5/app/main.js:156803:9)
at TPKT.g (events.js:286:16)
at emitOne (events.js:96:13)
at TPKT.emit (events.js:188:7)
at TPKT.recvData (file:///C:/Users/Administrator/Hozz5/app/main.js:137623:8)
at BufferLayer. (file:///C:/Users/Administrator/Hozz5/app/main.js:137614:9)
at BufferLayer.g (events.js:286:16)
at emitOne (events.js:96:13)
at BufferLayer.emit (events.js:188:7)
at BufferLayer.recv (file:///C:/Users/Administrator/Hozz5/app/main.js:137821:9)
at Socket. (file:///C:/Users/Administrator/Hozz5/app/main.js:137771:10)
at emitOne (events.js:96:13)
at Socket.emit (events.js:188:7)
at readableAddChunk (_stream_readable.js:177:18)
The text was updated successfully, but these errors were encountered: