DHA Enrollment Timeout Error
Creado el: 3 de diciembre de 2024
Respondido usando O1 Preview por Chat01
Creado el: 3 de diciembre de 2024
Respondido usando O1 Preview por Chat01
2024-12-02 15:08:15.216898 csc_zta_api[0x00000814, 0x00001ad4] I/ ZtnaApiImpl.cpp:235 ZtnaApiImpl::InitiateUnenrollment() Initiating Unenrollment
2024-12-02 15:08:45.118612 csc_zta_api[0x000007ac, 0x00002bf0] I/ ZtnaApiImpl.cpp:235 ZtnaApiImpl::InitiateUnenrollment() Initiating Unenrollment
2024-12-02 15:08:45.118612 csc_zta_agent[0x00001bc0, 0x00001b50] I/ ZtnaClientManager.cpp:550 ZtnaClientManager::OnReceivePayload::<lambda_9befe096aa7b204799a7e41dd7251430>::operator ()() Handling InitiateUnenrollment from client
2024-12-02 15:08:45.228415 csc_zta_agent[0x00001bc0, 0x00001b50] I/ ZtnaClientManager.cpp:857 ZtnaClientManager::OnZtnaUnenrollmentStateChanged::<lambda_a42990a86bee30fa4cbc498fb3fdf6b0>::operator ()() Handling Pending notification from enrollment driver
2024-12-02 15:08:45.228415 csc_zta_agent[0x00001bc0, 0x00001b50] I/ ZtnaEnrollmentService.cpp:203 ZtnaEnrollmentService::OnConfigsChanged::<lambda_26ce5fd52fb1a867f03d76f4eb30bbc8>::operator ()() Config not found for deleted Enrollment[5528beef-29da-4bfc-a0fa-0f04ba0f63cb] notifying unenroll completion
2024-12-02 15:08:45.228415 csc_zta_agent[0x00001bc0, 0x00001b50] I/ ZtnaClientManager.cpp:857 ZtnaClientManager::OnZtnaUnenrollmentStateChanged::<lambda_a42990a86bee30fa4cbc498fb3fdf6b0>::operator ()() Handling Unenrolled notification from enrollment driver
Later performed 3 attempts to enroll the device back but got internal error:
Below are the three attempts:
2024-12-02 15:08:46.988184 csc_zta_agent[0x00001bc0, 0x00001b50] I/ HttpClient.cpp:38 HttpClient::PerformAsync() start request: method=POST url=https://enroll.ztna.sse.cisco.com/enrollInit
2024-12-02 15:18:43.572960 csc_zta_agent[0x00001bc0, 0x00001b50] I/ HttpClient.cpp:38 HttpClient::PerformAsync() start request: method=POST url=https://enroll.ztna.sse.cisco.com/enrollInit
2024-12-02 15:21:58.816127 csc_zta_agent[0x00001bc0, 0x00001b50] I/ HttpClient.cpp:38 HttpClient::PerformAsync() start request: method=POST url=https://enroll.ztna.sse.cisco.com/enrollInit
So, let’s look at the first ENROLL attempt logs:
Overall result : failure (157.536 sec)
2024-12-02 15:11:24.527934 csc_zta_agent[0x00001bc0, 0x00001b50] I/ ZtnaClientManager.cpp:739 ZtnaClientManager::OnZtnaEnrollmentStateChanged::<lambda_2f48727dc7ac0ceeecc676d1b03f868f>::operator ()() Handling InternalError notification from enrollment driver
Based on the logs you've provided, the enrollment process is failing during the DHAEnrollment phase due to a timeout error. Here’s a breakdown of the key points and recommendations to resolve the issue:
Successful Unenrollment:
Handling Unenrolled notification from enrollment driver
Enrollment Attempts Failing at DHAEnrollment:
DHAEnrollment : failure (120.003 sec)
Timeout Errors:
E/ DhaPostureClient.cpp:473 CDhaPostureClient::OnAsioTimerExpired() DHA Posture request timed out. Request type 'DhaRequestEnrollment(5)', Request ID '28074c39-cb69-4512-89b5-a0a88c629b30'
W/ IpcPipesConnection.cpp:820 CIpcPipesConnection::OnAsyncSendTimeout() '\\.\pipe\com.duosecurity.messagebroker.sc' client: AsyncSend request timed out
Communication with Duo Security Service:
\\.\pipe\com.duosecurity.messagebroker.sc
suggests that the system is attempting to communicate with the Duo Security Message Broker Service.Duo Security Service Not Running or Unresponsive:
Firewall or Security Software Blocking Communication:
Corrupted or Misconfigured Duo Security Components:
Verify Duo Security Services:
services.msc
) and look for services related to Duo Security or Device Health.Review Security Software and Firewall Settings:
\\.\pipe\com.duosecurity.messagebroker.sc
is not being blocked.Check for Software Updates:
Repair or Reinstall Duo Security Components:
Examine System Logs for Additional Errors:
Validate Device Compliance Policies:
Test on Another Device:
Contact Support:
The enrollment failure is occurring because the DHAEnrollment step cannot complete due to a timeout in communication with the Duo Security Message Broker service. This is likely caused by the service not running, being unresponsive, or being blocked by security settings.
By verifying that the Duo Security services are operational and ensuring that no security policies are obstructing the necessary communication channels, you should be able to resolve the enrollment issue.
Feel free to ask if you need further clarification or assistance with any of these steps.