Where to learn about SQL Server and implimenting TLS

Apparently they are going to implement TLS. Searching I found What is TLS/SSL?

which states:
> SQL access
> With Microsoft SQL Server, you can require authentication of the client when connecting to the server running SQL Server. Either the client or server can be configured to require encryption of the data that is transferred between them. Very sensitive information, such as financial or medical databases, can be protected to prevent unauthorized access and disclosure of information about the network.

What I would like to find is instructions on what is needed to implement to SQL Server.

Thank you,
DJJ

It turns out that it is more an issue of what update you have. SQL Server will then use whatever when Windows is updated.

Main KB
https://support.microsoft.com/en-us/kb/3135244

Information blog – shows some possible issues
https://blogs.msdn.microsoft.com/sqlreleaseservices/tls-1-2-support-for-sql-server-2008-2008-r2-2012-and-2014/

With a nice video from:
http://security.sqlpass.org/MeetingArchive.aspx

Thanks for the tip!