Hi All,
Has anyone had any experience of enabling SQL SSL Connections with NPM?
We have received a requirement that all connections to our SQL servers be protected by SSL. Specfically I am concerned about any overhead/scaling or potential for issues within NPM/NTA/APM if this were to be enabled.
Looking at this we should only suffer an overhead on the NPM Host for Encrypting the connections to the SQL Server (SQL Server overheads have been taken into account).
Any thoughts/experiences would be greatly appreciated.