Sometimes you may need to encrypt SQL Server connections between your applications and our hosted database for the better security. Please follow these steps if you want to access your SQL Server database over SSL remotely.
Download our root certificate from here.
Unzip the downloaded root certificate and copy the "DBM-CA.cer" in your local hard drive.
Import the root certificate to your local "Trusted Root Certification Authority". Please follow How To Import a Trusted Root Certification Authority In Windows 7/Vista/XP?
You only need to append "encrypt=true" in the connection string.
Please run SQL Server Management Studio Tool and enter the server name, Login user name and Password
Click' Options>>', Then check Encrypt option and click 'Connect'