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

# Chiffrement des connexions à SQL Server

La sécurisation du trafic SQL Server est essentielle pour prévenir l'interception des identifiants et les attaques de type homme du milieu. Devolutions Server doit toujours communiquer avec SQL Server via des canaux chiffrés.

### Activer le chiffrement SQL

* Dans SQL Server Configuration Manager, activez **Force Encryption** sous la configuration réseau de SQL Server.

{% hint style="info" %}
Consultez l'article de 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) pour obtenir des instructions détaillées.
{% endhint %}

### Utiliser un certificat valide

* Installez un certificat TLS approuvé sur SQL Server.
* Évitez les certificats auto-signés dans les environnements de production.
* Assurez-vous que le certificat inclut le FQDN du serveur et qu'il est émis par une autorité de certification reconnue.

### Vérification côté client

* Une fois l'environnement SQL Server correctement configuré, le seul changement requis dans Devolutions Server est d'activer ***Use SQL Server encrypted connection*** dans la section ***Database*** – ***Advanced settings*** des paramètres de l'instance.

### Considérations de compatibilité

* Les clients legacy qui ne prennent pas en charge le chiffrement peuvent échouer à se connecter.
* Effectuez des tests avant d'activer **Force Encryption** en production.

### Notes de conformité

Les connexions SQL chiffrées sont conformes aux exigences de normes telles que PCI DSS et NIST, et doivent être considérées comme obligatoires pour tout environnement traitant des données d'authentification sensibles ou des données de coffre.


---

# 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/server/fr/getting-started/security-checklist/encrypting-connections-to-sql-server.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.
