Hi @Doug Ross
The SSL handshake error you are seeing while connecting to the AVD workspace could be due to the restriction of NTLM. When you restrict NTLM, it can cause issues with SSL/TLS connections. This is because NTLM is used for authentication during the SSL/TLS handshake process. If NTLM is restricted, the SSL/TLS handshake process may fail, resulting in the error you are seeing.
To resolve this issue, you may need to add server exceptions for the AVD workspace. This will allow the SSL/TLS handshake process to be completed successfully. You can also try enabling other authentication methods such as Kerberos or Negotiate to see if that resolves the issue. If you continue to experience issues, you may want to contact Microsoft Support for further assistance.
If this does answer your question, please accept it as the answer as a token of appreciation.