Looking for failed SSL handshakes
I have ran IISCrypto on a Windows 10 clients to test disabling TLS1.0, 1.1 and SSLv3.
Since I have done so, the system logs are flooded with the same error message:
A fatal error occurred while creating a TLS client credential. The internal error state is 10013.
After a bit of googling, I found that it is usually generated because some applications still need SSLv3 or that some Net Framework version running on the client need to have TLS1.2 enabled.
I would like to find out what is causing this issue. I have installed Wireshark and used a simple SSL filter, but I am not sure where to look. Can someone wouldplease help me?