Encrypting Connections to SQL Server

Databases > MS SQL 2012
Our MSSQL database do support encrypt connection.
If you want to secure access to your mssql database which is host with us from your SQL server management studio, please follow the instuctions below:

1. open your SQL server management studio, click "File" --> 'Connect Object Explorer'.

2. Fill your database login info as the sample below, and then click "options"


3. click "connection profiles", and check "Encrypt Connection"


4. Click 'addtional connection parameters', fill 'TrustServerCertificate=True'


5.  Click "Connect", you will encrypt connect to your mssql database.