基于证书的自动注册期间终端DLP注册失败,并出现重复的初始化错误。注册过程无法使用客户端身份证书进行身份验证,从而导致连续重试尝试。
注册日志中观察到以下错误消息:
[2026-02-05 13:24:58.154989] [info] [AutoEnrollMonitor.cpp:633] Auto-enrollment attempt #5 with enrollment choice orgid_EDLP_Enroll_Cert (1) [2026-02-05 13:24:58.154989] [info] [SSEZtnaEnroller.cpp:185] Processing start event [2026-02-05 13:24:58.155992] [info] [SSEZtnaEnroller.cpp:205] Starting Enrollment [2026-02-05 13:24:58.398260] [error] [SSEZtnaEnroller.cpp:335] spIdentities count: 1 [2026-02-05 13:24:58.399259] [error] [SSEZtnaEnroller.cpp:355] None of the 1 user store client certificate(s) match the enrollment choice policy [2026-02-05 13:24:58.407289] [info] [SSEZtnaEnroller.cpp:2237] Notifying enrollment completion with result: InitializationError [2026-02-05 13:24:58.407289] [info] [SSEZtnaEnroller.cpp:2241] Enrollment Stats ================ Authentication type : certificate Bootstrap : failure (0.251 sec) ---------------- Overall result : failure (0.251 sec) [2026-02-05 13:24:58.408287] [info] [AutoEnrollMonitor.cpp:214] Notified of enrollment state change to Pending for Enrollment with enrollment choice orgid_EDLP_Enroll_Cert (1) [2026-02-05 13:24:58.408287] [info] [AutoEnrollMonitor.cpp:214] Notified of enrollment state change to InitializationError for Enrollment with enrollment choice orgid_EDLP_Enroll_Cert (1) [2026-02-05 13:24:58.408287] [info] [AutoEnrollMonitor.cpp:615] Will retry the enrollment with enrollment choice orgid_EDLP_Enroll_Cert (1) after 16 minutes
其他TLS级别的身份验证失败记录有以下错误消息:"已收到TLS警报:致命的/错误的证书。"
解决方案涉及使用支持的散列算法重新生成身份证书,并确保正确的证书安装和配置。
使用SHA256或SHA-3散列(而不是弃用的SHA1算法)生成并重新颁发身份证书。必须使用以下规范创建证书:
在适当的证书存储位置安装新生成的证书:
安装更新后的证书后,重新启动终端系统以重新触发身份验证过程,并允许注册机制检测新证书。
要排除边缘防火墙的SSL检查或解密干扰,请从非公司网络环境测试身份验证过程。这有助于隔离可能干扰注册过程的潜在网络级证书检查问题。
完成证书替换和系统重新启动后,再次尝试终端DLP注册过程。监控注册日志以验证身份验证成功和注册完成。
注册失败是由于在客户端身份证书中使用SHA1散列算法导致的。SHA1是已被弃用的加密散列算法,不再受注册策略要求支持。注册系统特别要求证书使用现代、安全的算法(如SHA256或SHA-3)进行散列处理,以满足当前安全标准和策略合规性。
当注册进程根据注册选择策略验证客户端证书时,它会拒绝使用已弃用的SHA1散列算法的证书,从而导致“1个用户存储客户端证书都不匹配注册选择策略”错误消息和后续初始化失败。
| 版本 | 发布日期 | 备注 |
|---|---|---|
1.0 |
14-May-2026
|
初始版本 |