Hi Andy,
Based on my research, Internet Protocol Security (IPSec) is provided by the client and server operating systems and requires no SQL Server configuration. However, Secure Sockets Layer (SSL) is implemented by SQL Server, and SSL is most commonly used to support
Web clients, it can also be used to support native SQL Server clients.
The main advantages to SSL over IPSec are as follows:
• Minimal client configuration.
• Configuration on the server is straightforward.
A drawback of SSL encryption is that once the ForceEncryption option is set to Yes, it encrypts all data between SQL Server and clients which can cause performance degradation.
For more details about IPSec , I would like to recommend you post the question in the
Windows Server forums for better support.
Reference:
http://basitaalishan.com/2012/07/16/encrypting-connections-to-sql-server/
Thanks,
Lydia Zhang
Lydia Zhang
TechNet Community Support
