So like everyone else we are concerned with security and would like to mitigate the security vulnerabilities before they are exploited. Also a requirement of PCI v3.1.
Has anyone else successfully turned off SSLv3 and TLS 1.0 on SharePoint 2013?
My environment is SharePoint on Server 2012R2 connecting to SQL 2012 running on Server 2012R2. Â I disabled SSLv3 and TLS 1.0 on the SharePoint server but saw some weirdness and had to roll back.
Curious if anyone else has tried to secure their configuration and would share their experiences.
Mike
You can safely disable SSL 3. SharePoint 2013 has a hard requirement for TLS 1.0. There was a .NET hotfix (sorry, don’t have the KB #) that enabled TLS 1.1/1.2 support, however the application leveraging .NET must enable that support as well.