Products | Versions |
---|---|
Spotfire Server | All Versions |
This article explains a way to enforce encryption, that is when users create a new SQL data source using “Information Designer”.
We can enforce this encrypted connection via "Data Source Template" configuration for SQL data source template.
Note: It is applicable to SQL Server Native driver only.
<connection-properties>
<connection-property>
<key>encrypt</key>
<value>true</value>
</connection-property>
<connection-property>
<key>trustServerCertificate</key>
<value>true</value>
</connection-property>
</connection-properties>