Dec 22 2022 01:47 PM
Hey all,
I'm having a strange issue after implementing the Remote Desktop HTML 5 Client for one of our RDS instances. Everything is working up until the actual act of opening an application which we then receive the following error:
We have performed all of the verification steps to ensure that the set up is configured correctly and haven't had any issues out of other RDS instances with the same set up. Below is a list of everything that we have verified:
We receive this error when attempting to access locally using the FQDN as well as externally over the internet as well. When performing a log capture we can see the following error:
2022-12-22T20:01:12.622Z WebSocketTransport(ERR): WebSocket error received for url=wss://removed.for.confidentiality:443/remoteDesktopGateway?CorId=%7B9ca382bc-96b8-444e-b22c-3e5cbc370000%7D&ConId=%7B299f9980-d47f-44e9-86e7-479750c95ab4%7D&ClGen=HTML%3D1&ClBld=Type%3DRdClient%3B%20Build%3Dprivate&AuthS=SSPI_NTLM
websockettransport.cpp(304): OnErrorFromJS()
Does anyone have any ideas or have ran into this issue before? The results online are very scarce and every recommendation that has worked for other doesn't appear to work in our case.
Assistance would be greatly appreciated!
Mar 05 2023 12:49 PM
Mar 14 2023 12:58 AM
Dec 07 2023 12:50 AM
Jan 29 2024 05:20 AM
In my case the issue was caused by using an untrusted web certificate on IIS-side. After installing RootCA client-side, the issue went away. Temporarily omitting security warning in the browser was insufficient. I hope this will help someone having a similar issue.
Feb 26 2024 11:29 PM
@baginenny Thanks for replying.
I've tried re-adding the SSL certificate on IIS and have added it on the Remote Desktop Gateway but the issue persists.