> ## Documentation Index
> Fetch the complete documentation index at: https://kb.mochahost.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SSL Encrypted connection to MS SQL 2012 Servers

To use SSL Encrypted connection to our MS SQL Servers, please add the following to your connection string: “encrypt=true;trustServerCertificate=true”.

Please note that SSL Encryption is available only to our MS SQL Servers. For more information please check the following article: [Connecting with encryption](https://docs.microsoft.com/en-us/sql/connect/jdbc/connecting-with-ssl-encryption?view=sql-server-ver15)
