[2019-07-02T09:21:23-05:00] DEBUG: [WinRM] Endpoint doesn't support config request for MaxEnvelopsizekb

Ohai Chef's!,

We're using ChefWorkstation and trying to run / converge a cookbook on a Windows machine via WinRM and we got this error from .chef-workstation.log

[2019-07-02T09:21:23-05:00] DEBUG: [WinRM] Endpoint doesn't support config request for MaxEnvelopsizekb
pt/chef-workstation/embedded/lib/ruby/gems/2.6.0/gems/chef-apply-0.3.0/

We're using chef-apply-0.3.0 gem with

# chef -v
Chef Workstation: 0.4.2
  chef-run: 0.3.0
  chef-client: 15.0.300
  delivery-cli: 0.0.52 (9d07501a3b347cc687c902319d23dc32dd5fa621)
  berks: 7.0.8
  test-kitchen: 2.2.5
  inspec: 4.3.2

How to resolve this? WinRM service are running on the node:


wsmid           : http://schemas.dmtf.org/wbem/wsman/identity/1/wsmanidentity.xsd
ProtocolVersion : http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd
ProductVendor   : Microsoft Corporation
ProductVersion  : OS: 0.0.0 SP: 0.0 Stack: 3.0

This isn't an error it's a debug message (it also has a typo in it :frowning:) - you don't mention what the target platform is but this is usually that the target machine is not set to AllowUnencrypted connections and needs to support Basic or Negotiate authentication. Can you check?