It seems like the error SSL_ERR_AAD_NONCE_ACQUISITION_FAILURE
is causing the issue. This error typically occurs when there’s a failure to acquire the Azure Active Directory (AAD) nonce during the SSL handshake.
Here are a few troubleshooting steps you can try:
- Clearing Cached Credentials: Since rebooting your machine seems to fix the issue temporarily, it might be related to cached credentials. Try clearing any cached credentials related to Azure Virtual Desktop on your machine.
- Check Conditional Access Policies: Ensure that your Conditional Access policy does not exclude multi-factor authentication requirements for the Azure Windows VM sign-in cloud application.
- Check Server Certificate Revocation: The SSL certificate's revocation might be an issue. A workaround is to turn off the “Check for server certification revocation” option in your system settings.
- Check User Login Role: Ensure the user account was given the Virtual Machine User Login role on the VMs.
If you find this response helpful and it resolves your issue, please consider marking it as “Accepted” or giving it an upvote. This will help others in the community find the solution more easily.