I assume that everything is possible, but I wonder how easy it is for someone to capture the connection string using a network packet analyzer or an equivalent tool.
The winforms application retrieves data directly from the MSSQL server. (Assume there are no additional web services in the middle for extra protection)
1) Is it possible for someone with the analyzer to read the connection string as clear text?
2) Can the connection string be protected by SSL certificate?
3) SSL certificate must be installed on SQL server?
4) I already have an SSL http s certificate . Can I install it also for SQL server?
5) Will the speed of the returned data be reduced due to SSL?
Thank you in advance
source
share