How to correct error executing Configure AAD Sync task

Richard Curran 20 Reputation points
2024-07-23T17:57:40.3466667+00:00

Hello,

I am currently have issues during installation of Azure AD connect on a windows server 2022 VM. During the configure portion of the installation I receive "An error occurred executing Configure AAD Sync task: An error occurred while sending the request." I am currently at loss of how to proceed at this moment. Logs Attached

trace-20240723-080806.logConfigError

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
22,062 questions
0 comments No comments
{count} votes

Accepted answer
  1. akinbade abiola 18,290 Reputation points
    2024-07-23T18:41:14.05+00:00

    Hello Richard Curran,

    Thanks for your question.

    This is likely as a result of TLS 1.2 not being selected and used by Connect. Run the script below to enforce this:

    https://learn.microsoft.com/en-us/entra/identity/hybrid/connect/reference-connect-tls-enforcement#powershell-script-to-enable-tls-12

    The above should fix the issue.

    A lesser possibility is if you have a proxy. In that case see: https://learn.microsoft.com/en-us/entra/identity/hybrid/connect/tshoot-connect-connectivity#connectivity-issues-in-the-installation-wizard

    You can mark it 'Accept Answer' and 'Upvote' if this helped you

    Regards,

    Abiola

    2 people found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.