sql-serversecurity

How to validate SQL Server traffic is encrypted?


I need to prove that the encryption settings we have in our app's connection string are working.

What would be the simplest way to validate that traffic from our web site to the SQL Server is in fact encrypted?


Solution

  • You could use something like Wireshark to view the packets at they're transmitted over the network