Press "Enter" to skip to content

Checking TLS Status on SQL Server

Tom Collins has an answer for us:

Do you have a powershell script or t-sql  script to find if ssl encryption is enabled on SQL Server?   I don’t want to check if connections are SSL enabled but actually check the Force Encryption flag is enabled 

Click through for two answers, one in T-SQL and one in Powershell.