Environment: Windows 2008 R2, IIS, ASP.Net Website
I'm preparing to disable SSL v2,SSL v3 in my server.
How can I check whether my server receiving any connections via SSL v2 or SSL v3 ? (inorder to ensure no one is affected)
Is there any logs in server ? (To Determine the connections was via SSL v2, SSL v3, TLS 1.0 or TLS 1.2)