Products | Versions |
---|---|
TIBCO DataSynapse GridServer | 5.x, 6.x, 7.x |
1. By default, the connection between TIBCO DataSynapse GridServer and MS SQL is not encrypted. However, it is possible to use encrypted connection by using MS SQL driver properties in the DB URL to achieve it.
2. One can use properties like "encrypt=true;trustServerCertificate=true" in Database URL specified in GS Admin > Admin > Manager Configuration > Database > Reporting Database Connection > URL.
3. Suppose the URL is "jdbc:sqlserver://mysqlserverhost:1433;DatabaseName=grid_db;SelectMethod =cursor", we need to append those properties like "jdbc:sqlserver://mysqlserverhost:1433;DatabaseName=grid_db;SelectMethod=cursor;encrypt=true;trustServerCertificate=true". This is just an example. Customers need to consult their DBA for more information.