Is it possible to restrict old TLS protocol traffic on a specific port even though I have turned off old protocols in Windows?

Posted by Sunsparc@reddit | sysadmin | View on Reddit | 12 comments

I have a legacy app in my environment that apparently uses it's own crypto implementation. Despite locking down TLS protocols and ciphers as much as possible with IISCrypto, it still advertises TLS 1.0/1.1 and SSLv3 on the specific port. Running testssl from a Kali VM shows the deprecated protocols and insecure CBC ciphers. The vendor for the legacy app made a huge deal about crunching out TLS 1.2 support for us in 6 months but neglected to offer a method for disabling the old protocols and is instead opting to squeeze us for more money to "enhance that functionality".