> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/rdm/knowledge-base/troubleshooting-articles/slowdowns-or-connection-timeout-message-when-connecting-to-a-devolutions-server-workspace.md).

# Slowdowns or connection timeout message when connecting to a Devolutions Server workspace

Connecting to a Devolutions Server workspace with Remote Desktop Manager can sometimes be slow. There are multiple ways to resolve this issue. The error message related to this problem should look like this:

```
System.TimeoutException: The request timed out.
at Devolutions.Server.ApiWrapper.RDMSWebClient.RunSynchronous[T](Task`1 task)
at Devolutions.Server.ApiWrapper.RDMSWebClient.GetPublicWebInstanceInformation()
```

### Disabling Internet connection

When in an environment where internet access is not allowed, enable ***No Internet connection*** in ***File*** – ***Settings*** – ***Advanced***. Doing so prevents Remote Desktop Manager from making calls to the internet that could cause timeouts or slowdowns.

<figure><img src="https://cdnweb.devolutions.net/docs/RDMW0011_2024_2.png" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
By enabling ***No Internet connection***, some security services will also stop working (e.g., [Compromised (Pwned) password check](https://docs.devolutions.net/rdm/kb/how-to-articles/pwned-password-check/) or ***Show compromised password (pwned)*** in the [Entry security analyzer](https://docs.devolutions.net/rdm/commands/reports/entry-security-analyzer/)).
{% endhint %}

### Disabling certificate revocation checks

Disable ***Enforce certificate revocation check*** found under ***File*** – ***Settings*** – ***Security***. This prevents Windows from trying to reach the revocation servers configured in the certificate. In most cases, revocation servers should be allowed through the firewall unless they are also managed locally. In specific situations this can resolve the `Unable to connect to your data source` or `Devolutions Server did not respond in time` error messages.

<figure><img src="https://cdnweb.devolutions.net/docs/RDMW0012_2024_2.png" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
The Windows online certificate revocation check will not use configured proxies on the host for security reasons.
{% endhint %}

Alternatively, enabling ***Enhanced certificate validation*** can prevent disconnects in some cases. Activating this feature causes Remote Desktop Manager to validate certificates using a different method, potentially circumventing the source of the slowdowns.

<figure><img src="https://cdnweb.devolutions.net/docs/RDMW0013_2024_2.png" alt=""><figcaption></figcaption></figure>

### Using the built-in Performance profiling to troubleshoot connections

Use the Remote Desktop Manager ***Profiler*** to diagnose certificate validation length.

1. Click on the ***Help*** tab and select the ***Profiler***.
2. Set the ***Debug level*** to 4.
3. Go to the ***Debug only*** tab and click the ellipsis button (***...***).
4. Check the ***Stop watch*** option.
5. Lauch a remote connection and look for the `Certificate Validation – Chain.Build` line. This will provide the time it took to connect in milliseconds (***ms***).

   <figure><img src="https://cdnweb.devolutions.net/docs/RDMW0015_2024_2.png" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.devolutions.net/rdm/knowledge-base/troubleshooting-articles/slowdowns-or-connection-timeout-message-when-connecting-to-a-devolutions-server-workspace.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
