ssl - Dsiable TLS 1.0 on a specific IP for PCI compliance -


we have dedicated windows server 2008 r2 multiple ips set up.

we have disable tsl 1.0 , ssl 3.0 pci compliance sql server doesn't connect when both disabled.

is there workaround or there way disable both tsl 1.0 , ssl 3.0 specific ip?

regards,

j.

attempt avoid using ssl , use tls 1.2 & tls 1.0. http://blogs.msdn.com/b/sqlserverfaq/archive/2012/04/04/can-tls-certificate-be-used-for-sql-server-encryption-on-the-wire.aspx


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -