Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more

Encrypting SQL Server Connection

No ratings
cancel
Showing results for 
Search instead for 
Did you mean: 
David_Fergen
Former Employee
Former Employee

Encrypting SQL Server Connection

Last Update:

Feb 5, 2021 5:01:25 PM

Updated By:

David_Fergen

Created date:

Sep 2, 2020 3:39:32 PM

To encrypt the connection to the SQL Server TARGET then place the following in the 'Additional ODBC connection properties' box on the advanced tab:  

 

ENCRYPT=yes; TrustServerCertificate=yes;  

 

If they want to encrypt the connection to the SQL Server SOURCE then add an internal parameter named additionalConnectionProperties and use the following value: 

 

ENCRYPT=yes; TrustServerCertificate=yes;  

 

It will not show up in the Replicate log but you can verify that it is working by running this statement on the target SQL Server while the task is running:  

 

SELECT session_id, connect_time, net_transport, encrypt_option,   

auth_scheme, client_net_address FROM sys.dm_exec_connections  
Labels (1)
Version history
Last update:
‎2021-02-05 05:01 PM
Updated by: