TOAD connect to a MS SQL server using SSL

Hi All,

Does anyone know if TOAD data point 4.0 is able to connect to MS SQL server using SSL?

Thanks

hi Blair800,

Based on the below article to use encrypted connection using a certificate one must insert “Encrypt=true” property into the connection string. This is done automatically when you check the “Encrypt connection” checkbox on the properties window of the desired MS SQL server connection.

https://support.microsoft.com/en-us/kb/316898

Hope this helps,

Martin