We're working to disable all SSL and TLS 1.0 on our IIS web server (to pass a PCI audit, of course). Is there a way to give our users a better error message (other than the browser just saying the page will not load because of a network error)?
In other words, can we detect the failing https connection and redirect to a NON-https page to give the user a better message?
TIA,