↧
SSL for SQL server
Please also refer to this blog about requirements of certificate for SQL Server if you want to use your own certiciate. http://blogs.msdn.com/sql_protocols/archive/2005/12/30/508311.aspxThis posting...
View ArticleSSL for SQL server
With SQL 2005 and later you do not need to buy a certificate to get SSL working. By default if the SQL 2005 server starts up, it will have a self-signed certificate ready for use for SSL. If SQL...
View ArticleSSL for SQL server
A recent project requires us to have SQL server on a public ip address, so our application can do some work across the internet.How necessary is it to apply SSL to all SQL connections/commands? And...
View Article