简体   繁体   中英

Check TLS1.2 for SQL Server Connection

I want to check if the connection between my application and SQL Server is used TLS1.2. I disabled TLS1.2 but the connection still happened. I checked via wireshark and saw nothing about TLS1.2.

Please tell us whether your SQL Server is 2012 as the tag displayed. If so, firstly, please check whether the patch for enabling TLS 1.2 is installed.

Next please check whether the update for client components and drivers are installed.

Please refer to the article: TLS 1.2 support for Microsoft SQL Server .

SQL Server in Windows also supports TLS1.0 and TLS1.1. If you want to use only TLS 1.2 for client-server communication, please disable TLS 1.0 and 1.1.

Please try to disable TLS1.0 1.1 and 1.2, then reboot your machine and test whether the connection can do well.

By the way, you can see the blog to verify if a connection to SQL Server is Encrypted .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM