Forum Discussion
EFFFFF
Sep 18, 2024Copper Contributor
Tls 1.0 and tls1.1
At the os level I have tls1 and tls1.1 off. Could it be configured under IIS per site? How can find these individual sites making outbound connections? Iis10 on windows 2022 Thanks
HridayDutta
Microsoft
Sep 26, 2024Capture and analyze traffic between the server and clients. By inspecting the handshake of TLS connections, you can determine if any connections are attempting to use older protocols like TLS 1.0 or 1.1.
Also, you can explicitly set TLS in application level. Check this article for more details - Transport Layer Security (TLS) best practices with .NET Framework.