What website accepts only TLS 1.2 so I can verify client capability?
Is there a publicly accessible website which will only accept TLS 1.2 connections so that I can test to see if my application can successfully, securely connect to it?
Background:
I have an old VB.NET application running on Windows Serve…