WinRM client cannot process the request / Error number: -2144108297

Star InactiveStar InactiveStar InactiveStar InactiveStar Inactive

Fehler:
The WinRM client cannot process the request. It cannot determine the content type of the HTTP response from the destination computer. The content type is absent or invalid.
Error number: -2144108297 0x803380F7


In meinem Fall war das Zugriffstoken zu groß und konnte nicht an WinRM übetragen werden, weil es durch den kleinen Header abgeschnitten wurde.
Das Problem scheint so ähnlich zu sein wie bei der MaxTokenSize.


Name: MaxFieldLength
TYPE: REG_DWORD
Value: default (16384). Range (64 to 65534)
Location: HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\HTTP\Parameters
Explanation: The MaxFieldLength registry entry specifies the maximum size limit of each HTTP request header in byte.

Name: MaxRequestBytes
Type: REG_DWORD
Value: default (16384). Range (64 to 65534)
Location: HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\HTTP\Parameters
Explanation: The MaxRequestBytes registry entry specifies the upper limit for the total size of the Request line and the headers in byte.