> 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/unable-to-connect-to-the-workspace.md).

# Unable to connect to the workspace

When trying to connect to a Microsoft SQL Server workspace in Remote Desktop Manager, you may encounter this error message:

`A connection was successfully established with the server, but then an error occurred during the pre-login handshake.`

Chances are your SQL Server is configured with a self-signed certificate that you do not have in your certificate store.

### Solution

Either add the certificate to your store or configure Remote Desktop Manager to trust the certificate. Follow the steps below for the Remote Desktop Manager configuration:

1. Select your workspace in the ***navigation pane***.
2. Go to ***File – Workspaces***, then click on ***Edit workspace***.
3. In the ***Advanced*** tab, click on ***More Settings***.

![](https://cdnweb.devolutions.net/docs/docs_en_kb_KB2164.png)

1. Scroll down to the ***TrustServerCertificate*** setting and set its ***Value*** to "true".

![](https://cdnweb.devolutions.net/docs/docs_en_kb_KB2165.png)

1. Click ***OK*** in all the windows to save your changes, then try to connect again.


---

# 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/unable-to-connect-to-the-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.
