Sometimes you may need to encrypt SQL Server connections tetween 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.
You only need to append "encrypt=true" in the connection string.
"Server=##.##.##.##,1092;Database=dbname;uid=username;pwd=password;encrypt=true"
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'