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

# Cifrado de las conexiones a SQL Server

Proteger el tráfico de SQL Server es crítico para evitar la interceptación de credenciales y los ataques de intermediario. Devolutions Server siempre debería comunicarse con SQL Server mediante canales cifrados.

### Habilitar el cifrado de SQL

* En SQL Server Configuration Manager, habilite **Force Encryption** en la configuración de red de SQL Server.

{% hint style="info" %}
Consulte el artículo 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) para obtener instrucciones detalladas.
{% endhint %}

### Usar un certificado válido

* Instale un certificado TLS de confianza en SQL Server.
* Evite los certificados autofirmados en entornos de producción.
* Asegúrese de que el certificado incluya el FQDN del servidor y que haya sido emitido por una CA reconocida.

### Verificación en el lado del cliente

* Una vez que el entorno de SQL Server esté configurado correctamente, el único cambio necesario en Devolutions Server es habilitar ***Use SQL Server encrypted connection*** en la sección ***Database*** – ***Advanced settings*** de la configuración de la instancia.

### Consideraciones de compatibilidad

* Los clientes antiguos que no admiten el cifrado podrían no poder conectarse.
* Realice pruebas antes de habilitar **Force Encryption** en producción.

### Notas sobre cumplimiento normativo

Las conexiones SQL cifradas se ajustan a los requisitos de estándares como PCI DSS y NIST, y deben considerarse obligatorias en cualquier entorno que gestione datos sensibles de autenticación o de bóvedas.


---

# 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/es/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.
