¿Qué significa el código NTSTATUS 0xC0000442 (STATUS_CS_ENCRYPTION_UNSUPPORTED_SERVER)?

 
Anterior Siguiente
STATUS_CS_ENCRYPTION_INVALID_SERVER_RESPONSE STATUS_CS_ENCRYPTION_EXISTING_ENCRYPTED_FILE

STATUS_CS_ENCRYPTION_UNSUPPORTED_SERVER

Qué significa STATUS_CS_ENCRYPTION_UNSUPPORTED_SERVER

STATUS_CS_ENCRYPTION_UNSUPPORTED_SERVER significa que la ruta llegó a un servidor que no puede realizar la operación CSE necesaria. Un servidor puede implementar SMB perfectamente y aun no soportar esta semántica EFS específica de Windows.

Enviar contenido plaintext como workaround rompe la propiedad que el cliente intentaba preservar. Conviene verificar versión, implementación SMB, filesystem y cualquier proxy/appliance que intercepte la sesión.

Qué comprobar

  • Registre server implementation/version, SMB dialect y filesystem.
  • Compruebe qué capability o respuesta llevó al cliente a intentar CSE.
  • Revise proxies/appliances que puedan modificar mensajes SMB.
  • No degrade silenciosamente a plaintext cuando la operación requiere EFS semantics.

Referencias técnicas


¿Buscas un código diferente? Buscar otro código de estado o error.