Steps for troubleshooting encrypted SQL Server connections between the App Control Server and the remote SQL Server
Important Notes:
|
SELECT Program_Name, net_transport, encrypt_option, auth_scheme, client_net_address
FROM sys.dm_exec_connections AS c
JOIN sys.dm_exec_sessions AS s ON c.session_id = s.session_id
ORDER BY Program_Name