You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I initially received the same error. I then tried to connect using the hostname as opposed to the host's IP address; recompiled code and now it's throwing a Connection Refused error (ECONNREFUSED).
Still haven't been successful, but at least I'm closer :-)
Error: Failed to process the request, status Code:
at ClientRequest.http.request (/home/jnm/node_modules/nodejs-winrm/src/http.js:22:24)
I have verified winrm setup with python code. winrm id returns:
C:\Windows\system32>winrm id
IdentifyResponse
ProtocolVersion = http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd
ProductVendor = Microsoft Corporation
ProductVersion = OS: 10.0.14393 SP: 0.0 Stack: 3.0
SecurityProfiles
SecurityProfileName = http://schemas.dmtf.org/wbem/wsman/1/wsman/secprofile/http/basic, http://schemas.dmtf.org/wbem/wsman/1/wsman/secprofile/http/spnego-kerberos
I think it is related to ntlm. Please help.
The text was updated successfully, but these errors were encountered: