基於證書的自動註冊期間終端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
|
初始版本 |