HELP: Unable to read data from the transport connection : An established connection was aborted by the software in your host machine

From what we see, you installed Robot 2023.10.0 in User Mode and the URL https://cloud.uipath.com is not going through a proxy.

In the Assistant machine perform these while logged as the robot user:

  1. Open the browser and try to access https://cloud.uipath.com/numair/DefaultTenant/orchestrator_ → can you access it?

  2. Are you using the SSO for login to your Orchestrator?

  3. Can you try to disable the Automatically detect settings in Internet Options → OK → OK and retry the connection? Which are the results?

  4. Antivirus/Firewall Blocking: If your antivirus software or firewall is blocking the connection, the SocketException may occur. Therefore, you should check if they’re blocking the connection and modify their settings if needed.

  5. Network issues: Check your network connection. If your network is congested, unstable, or experiencing high latency, it may close the connection unexpectedly.

The below commands will tell you if you have timeouts and big latencies.

ping cloud.uipath.com -4

tracert -4 cloud.uipath.com

  1. In UiPath Assistant, try to Sign in to this service URL https://cloud.uipath.com/numair/DefaultTenant/orchestrator_ → what is the result?