> 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/server/it/getting-started/security-checklist/encrypting-connections-to-sql-server.md).

# Crittografia delle connessioni a SQL Server

Proteggere il traffico di SQL Server è fondamentale per prevenire l'intercettazione delle credenziali e gli attacchi man-in-the-middle. Devolutions Server dovrebbe sempre comunicare con SQL Server tramite canali crittografati.

### Abilitare la crittografia SQL

* In SQL Server Configuration Manager, abiliti **Force Encryption** in SQL Server Network Configuration.

{% hint style="info" %}
Consulti l'articolo di Microsoft [Enable encrypted connections to the Database Engine](https://docs.microsoft.com/en-us/sql/database-engine/configure-windows/enable-encrypted-connections-to-the-database-engine?view=sql-server-ver15) per istruzioni dettagliate.
{% endhint %}

### Utilizzare un certificato valido

* Installi un certificato TLS attendibile su SQL Server.
* Eviti i certificati autofirmati negli ambienti di produzione.
* Si assicuri che il certificato includa l'FQDN del server e sia emesso da una CA riconosciuta.

### Verifica lato client

* Dopo aver configurato correttamente l'ambiente SQL Server, l'unica modifica necessaria in Devolutions Server è abilitare ***Use SQL Server encrypted connection*** nella sezione ***Database*** – ***Advanced settings*** delle impostazioni dell'istanza.

### Considerazioni sulla compatibilità

* I client legacy che non supportano la crittografia potrebbero non riuscire a connettersi.
* Esegua dei test prima di abilitare **Force Encryption** in produzione.

### Note sulla conformità

Le connessioni SQL crittografate sono conformi ai requisiti di standard come PCI DSS e NIST e dovrebbero essere considerate obbligatorie per qualsiasi ambiente che gestisce dati sensibili di autenticazione o della cassaforte.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.devolutions.net/server/it/getting-started/security-checklist/encrypting-connections-to-sql-server.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
